diff options
author | Markus Meier <maekke@gentoo.org> | 2014-04-01 19:02:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-04-01 19:02:25 +0000 |
commit | dede0a31901a23beed044682ef5c84c529c0ae8d (patch) | |
tree | 11a205401e508bf8219e854655f4670d2b810918 /dev-libs/libyaml/libyaml-0.1.6.ebuild | |
parent | arm stable, bug #502840 (diff) | |
download | historical-dede0a31901a23beed044682ef5c84c529c0ae8d.tar.gz historical-dede0a31901a23beed044682ef5c84c529c0ae8d.tar.bz2 historical-dede0a31901a23beed044682ef5c84c529c0ae8d.zip |
arm stable, bug #505948
Package-Manager: portage-2.2.10/cvs/Linux x86_64
RepoMan-Options: --include-arches="arm"
Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'dev-libs/libyaml/libyaml-0.1.6.ebuild')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.6.ebuild b/dev-libs/libyaml/libyaml-0.1.6.ebuild index 6bd3e2777748..92fef8f625da 100644 --- a/dev-libs/libyaml/libyaml-0.1.6.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.4 2014/03/28 18:33:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.5 2014/04/01 19:02:22 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~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 hppa ~ia64 ~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}" |