diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-03-31 13:38:54 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-03-31 13:38:54 +0000 |
commit | d7f7e83a8c99a71ac3a79f6d45ef7ef2865b9df5 (patch) | |
tree | 6869ec3a43a3434350f2ec286346c4b15938e57d /dev-perl/Test-Manifest | |
parent | Stable on amd64 wrt bug #410129 (diff) | |
download | gentoo-2-d7f7e83a8c99a71ac3a79f6d45ef7ef2865b9df5.tar.gz gentoo-2-d7f7e83a8c99a71ac3a79f6d45ef7ef2865b9df5.tar.bz2 gentoo-2-d7f7e83a8c99a71ac3a79f6d45ef7ef2865b9df5.zip |
Fix accidentally clobbered stabilizations
(Portage version: 2.1.10.52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog index a2760dbdf60a..09a235d3ba6b 100644 --- a/dev-perl/Test-Manifest/ChangeLog +++ b/dev-perl/Test-Manifest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Manifest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.53 2012/03/31 13:32:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.54 2012/03/31 13:38:54 klausman Exp $ + + 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> + Test-Manifest-1.230.0.ebuild: + Fix accidentally clobbered stabilizations 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> Test-Manifest-1.230.0.ebuild: diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild index d621f470d3a1..df71bce8b304 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.230.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/Test-Manifest/Test-Manifest-1.230.0.ebuild,v 1.7 2012/03/31 13:32:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild,v 1.8 2012/03/31 13:38:54 klausman Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Interact with a t/test_manifest file" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |