diff options
author | Brent Baude <ranger@gentoo.org> | 2009-09-05 19:06:43 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-09-05 19:06:43 +0000 |
commit | f8f96e9b6d332f86f0fe88bbd4947ef8aef876cd (patch) | |
tree | 392453da42758c5ce6551f4d872eb6b9c2775999 /dev-libs/libyaml/libyaml-0.1.2.ebuild | |
parent | Marking ruby-ldap-0.9.9 ~ppc64 for bug 283019 (diff) | |
download | gentoo-2-f8f96e9b6d332f86f0fe88bbd4947ef8aef876cd.tar.gz gentoo-2-f8f96e9b6d332f86f0fe88bbd4947ef8aef876cd.tar.bz2 gentoo-2-f8f96e9b6d332f86f0fe88bbd4947ef8aef876cd.zip |
Marking libyaml-0.1.2 ppc64 for bug 277974
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/libyaml/libyaml-0.1.2.ebuild')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.2.ebuild b/dev-libs/libyaml/libyaml-0.1.2.ebuild index 20da5566d68c..d4c2c6e8ec79 100644 --- a/dev-libs/libyaml/libyaml-0.1.2.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild,v 1.6 2009/08/09 13:09:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild,v 1.7 2009/09/05 19:06:43 ranger Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="doc examples test" S="${WORKDIR}/${MY_P}" |