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 | 6ed33b2ebd433ad9c0a2a652278fffb89b6cea29 (patch) | |
tree | c63e1ee6370e5dd10893946962d4d5ef66c1f7f9 /dev-perl/Test-NoWarnings | |
parent | Stable on amd64 wrt bug #410129 (diff) | |
download | historical-6ed33b2ebd433ad9c0a2a652278fffb89b6cea29.tar.gz historical-6ed33b2ebd433ad9c0a2a652278fffb89b6cea29.tar.bz2 historical-6ed33b2ebd433ad9c0a2a652278fffb89b6cea29.zip |
Fix accidentally clobbered stabilizations
Package-Manager: portage-2.1.10.52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-NoWarnings')
-rw-r--r-- | dev-perl/Test-NoWarnings/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-NoWarnings/ChangeLog b/dev-perl/Test-NoWarnings/ChangeLog index 590b93160961..33028b5278c8 100644 --- a/dev-perl/Test-NoWarnings/ChangeLog +++ b/dev-perl/Test-NoWarnings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-NoWarnings # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/ChangeLog,v 1.44 2012/03/31 13:34:17 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/ChangeLog,v 1.45 2012/03/31 13:41:04 klausman Exp $ + + 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> + Test-NoWarnings-1.40.0.ebuild: + Fix accidentally clobbered stabilizations 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> Test-NoWarnings-1.40.0.ebuild: diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0.ebuild b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0.ebuild index f5797806b6d3..679d243ad79a 100644 --- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0.ebuild +++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.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-NoWarnings/Test-NoWarnings-1.40.0.ebuild,v 1.8 2012/03/31 13:34:17 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0.ebuild,v 1.9 2012/03/31 13:41:04 klausman Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while testing" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-perl/Test-Tester-0.107" |