diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
commit | cfebb54c537794bbd8ac03fa083e59b55ebcc31d (patch) | |
tree | 335a2d7603810bce7d4aee1cd27d4e3567eec143 /dev-perl/Text-CSV_XS | |
parent | Version bump. (diff) | |
download | historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.gz historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.bz2 historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.zip |
Marked ~ppc-aix, bug #432288
Package-Manager: portage-2.2.01.20894-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index e17d736e5154..8cd2becca7df 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.108 2012/08/28 21:26:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.109 2012/09/01 11:58:29 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Text-CSV_XS-0.910.0.ebuild: + Marked ~ppc-aix, bug #432288 28 Aug 2012; Anthony G. Basile <blueness@gentoo.org> Text-CSV_XS-0.910.0.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild index 222e0e19a3b8..a7aa4d7d77f1 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild,v 1.2 2012/08/28 21:26:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild,v 1.3 2012/09/01 11:58:29 grobian Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |