diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-01 22:17:50 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-01 22:17:50 +0000 |
commit | a59fd711aa0293674285bce6bebc741ebc4d4c3a (patch) | |
tree | b77f23cf458c82975004f73871ad72824fa4c2e0 /dev-perl/XML-Simple/XML-Simple-1.08.ebuild | |
parent | more rewrites. now works with kdenonbeta apps etc. will upload new tarball to... (diff) | |
download | gentoo-2-a59fd711aa0293674285bce6bebc741ebc4d4c3a.tar.gz gentoo-2-a59fd711aa0293674285bce6bebc741ebc4d4c3a.tar.bz2 gentoo-2-a59fd711aa0293674285bce6bebc741ebc4d4c3a.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-1.08.ebuild')
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-1.08.ebuild b/dev-perl/XML-Simple/XML-Simple-1.08.ebuild index 2b70b0b10a37..131f3b103c26 100644 --- a/dev-perl/XML-Simple/XML-Simple-1.08.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-1.08.ebuild,v 1.5 2002/07/25 04:56:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-1.08.ebuild,v 1.6 2002/08/01 22:17:50 cselkirk Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Pro SLOT="0" LICENSE="Artistic" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="${DEPEND} >=dev-perl/XML-Parser-2.30" |