diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-07 10:44:22 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-07 10:44:22 +0100 |
commit | 229f80c541739859256e58ee48b6bbd47ff04043 (patch) | |
tree | 7cd260e1f8c68e179ca0d3207a0f6618f9134614 /dev-libs | |
parent | dev-python/pbr: Stable for HPPA PPC64 (bug #586940). (diff) | |
download | gentoo-229f80c541739859256e58ee48b6bbd47ff04043.tar.gz gentoo-229f80c541739859256e58ee48b6bbd47ff04043.tar.bz2 gentoo-229f80c541739859256e58ee48b6bbd47ff04043.zip |
dev-libs/libyaml: Stable for HPPA (bug #531340).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.7.ebuild b/dev-libs/libyaml/libyaml-0.1.7.ebuild index 09e66c7de78b..44a7592e9fae 100644 --- a/dev-libs/libyaml/libyaml-0.1.7.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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}" |