diff options
author | 2013-03-25 20:49:37 +0000 | |
---|---|---|
committer | 2013-03-25 20:49:37 +0000 | |
commit | dda594c687b2864d59fbcf9e0465a923bbb2305d (patch) | |
tree | b732676eb08813075e51baecd4a59b1e81ad18ff /dev-perl | |
parent | Stable for x86, wrt bug #456584 (diff) | |
download | gentoo-2-dda594c687b2864d59fbcf9e0465a923bbb2305d.tar.gz gentoo-2-dda594c687b2864d59fbcf9e0465a923bbb2305d.tar.bz2 gentoo-2-dda594c687b2864d59fbcf9e0465a923bbb2305d.zip |
Stable for x86, wrt bug #456586
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.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 f73e2aee3d62..4a3fdd3c142b 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.126 2013/03/25 20:29:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.127 2013/03/25 20:49:37 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> Text-CSV_XS-0.940.0.ebuild: + Stable for x86, wrt bug #456586 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> Text-CSV_XS-0.940.0.ebuild: Stable for amd64, wrt bug #456586 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild index cc309e77b530..0c36b1926b10 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.940.0.ebuild,v 1.3 2013/03/25 20:29:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild,v 1.4 2013/03/25 20:49:37 ago 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 ~s390 ~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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~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="" |