diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-24 17:25:05 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-24 17:25:05 +0100 |
commit | 8c1be9761876ee0503acaa980fd9a7fe02d11862 (patch) | |
tree | 54bb693d6e16e925294d41c6f3d559924c30de53 /dev-python/pyyaml | |
parent | media-gfx/zbar: x86 stable wrt bug #710178 (diff) | |
download | gentoo-8c1be9761876ee0503acaa980fd9a7fe02d11862.tar.gz gentoo-8c1be9761876ee0503acaa980fd9a7fe02d11862.tar.bz2 gentoo-8c1be9761876ee0503acaa980fd9a7fe02d11862.zip |
dev-python/pyyaml: x86 stable wrt bug #710658
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/pyyaml')
-rw-r--r-- | dev-python/pyyaml/pyyaml-5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyyaml/pyyaml-5.3.ebuild b/dev-python/pyyaml/pyyaml-5.3.ebuild index b63569118b84..1f1bcde4adab 100644 --- a/dev-python/pyyaml/pyyaml-5.3.ebuild +++ b/dev-python/pyyaml/pyyaml-5.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="examples libyaml" RDEPEND="libyaml? ( dev-libs/libyaml )" |