diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-03-31 13:42:35 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-03-31 13:42:35 +0000 |
commit | c2caf38eade1c39ebd70252b8aa894a4d315a900 (patch) | |
tree | e8e75e5d541c774410585acafffef492bfcbfbf0 /dev-perl/Text-CSV_XS | |
parent | Fix accidentally clobbered stabilizations (diff) | |
download | gentoo-2-c2caf38eade1c39ebd70252b8aa894a4d315a900.tar.gz gentoo-2-c2caf38eade1c39ebd70252b8aa894a4d315a900.tar.bz2 gentoo-2-c2caf38eade1c39ebd70252b8aa894a4d315a900.zip |
Fix accidentally clobbered stabilizations
(Portage version: 2.1.10.52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index f22ce875a66a..49f64711b889 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # 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.98 2012/03/31 13:35:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.99 2012/03/31 13:42:35 klausman Exp $ + + 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> + Text-CSV_XS-0.860.0.ebuild: + Fix accidentally clobbered stabilizations 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> Text-CSV_XS-0.860.0.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild index eef94d933f09..d2a468442eb2 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.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.860.0.ebuild,v 1.8 2012/03/31 13:35:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild,v 1.9 2012/03/31 13:42:35 klausman Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |