diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-25 19:26:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-25 19:26:57 +0100 |
commit | 9e78effa0ab7855ee239e211945f1c6d1f5b8cf7 (patch) | |
tree | ffd9b1a7fff618bc23e38a26fdfcf8d7e1ec34fa /dev-libs/libyaml/libyaml-0.1.7.ebuild | |
parent | dev-libs/DirectFB: amd64 stable wrt bug #510472 (diff) | |
download | gentoo-9e78effa0ab7855ee239e211945f1c6d1f5b8cf7.tar.gz gentoo-9e78effa0ab7855ee239e211945f1c6d1f5b8cf7.tar.bz2 gentoo-9e78effa0ab7855ee239e211945f1c6d1f5b8cf7.zip |
dev-libs/libyaml: amd64 stable wrt bug #531340
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libyaml/libyaml-0.1.7.ebuild')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.7.ebuild b/dev-libs/libyaml/libyaml-0.1.7.ebuild index 3138999b9b4a..0eabe9efc9d3 100644 --- a/dev-libs/libyaml/libyaml-0.1.7.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test static-libs" S="${WORKDIR}/${MY_P}" |