diff options
author | Markus Meier <maekke@gentoo.org> | 2016-11-29 18:31:16 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-11-29 18:31:16 +0100 |
commit | 9e8aecebba5d6518eeb99a03a30b8e8f168f48a9 (patch) | |
tree | 8caf76f0a22f613bca5fb51401cb67993a0f1d54 /dev-libs/libyaml | |
parent | net-libs/miniupnpc: arm stable, bug #512666 (diff) | |
download | gentoo-9e8aecebba5d6518eeb99a03a30b8e8f168f48a9.tar.gz gentoo-9e8aecebba5d6518eeb99a03a30b8e8f168f48a9.tar.bz2 gentoo-9e8aecebba5d6518eeb99a03a30b8e8f168f48a9.zip |
dev-libs/libyaml: arm stable, bug #531340
Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-libs/libyaml')
-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 4e2146c9e3f8..09e66c7de78b 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}" |