diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-01 04:42:56 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-01 04:42:56 +0000 |
commit | 660bd7d85c26d872319d44333c0c660a94e027c0 (patch) | |
tree | 9afc99899cfe189258d3d41d21eaaaeffd174fe8 /dev-perl/Text-CSV | |
parent | lamer needs to fix this ChangeLog (diff) | |
download | historical-660bd7d85c26d872319d44333c0c660a94e027c0.tar.gz historical-660bd7d85c26d872319d44333c0c660a94e027c0.tar.bz2 historical-660bd7d85c26d872319d44333c0c660a94e027c0.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-0.23.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 064812ef99ce..90275876ce1f 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.1 2002/06/28 12:11:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.2 2002/08/01 04:24:04 cselkirk Exp $ *Text-CSV-0.23 (28 Jun 2002) + 1 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> Text-CSV-0.23.ebuild : + + Added ppc to KEYWORDS. + 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Text-CSV-0.23.ebuild files/digest-Text-CSV-0.23 : diff --git a/dev-perl/Text-CSV/Text-CSV-0.23.ebuild b/dev-perl/Text-CSV/Text-CSV-0.23.ebuild index 7ab159654a8b..357f65388d09 100644 --- a/dev-perl/Text-CSV/Text-CSV-0.23.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-0.23.ebuild,v 1.5 2002/07/27 18:27:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-0.23.ebuild,v 1.6 2002/08/01 04:24:04 cselkirk Exp $ inherit perl-module @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { perl-module_src_compile |