diff options
author | 2012-03-20 08:46:57 +0000 | |
---|---|---|
committer | 2012-03-20 08:46:57 +0000 | |
commit | 39ababc243c5ea15cc0a68e9f7b4e750967d8c0e (patch) | |
tree | 07dab41d5a57ff06e7fbb5b9ef53a4449d715aca /dev-perl/Test-Warn | |
parent | Stable for amd64, wrt bug #408581 (diff) | |
download | historical-39ababc243c5ea15cc0a68e9f7b4e750967d8c0e.tar.gz historical-39ababc243c5ea15cc0a68e9f7b4e750967d8c0e.tar.bz2 historical-39ababc243c5ea15cc0a68e9f7b4e750967d8c0e.zip |
Stable for amd64, wrt bug #408581
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r-- | dev-perl/Test-Warn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog index 5e6b40144535..957b023ea9e6 100644 --- a/dev-perl/Test-Warn/ChangeLog +++ b/dev-perl/Test-Warn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Warn -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.36 2011/11/18 15:35:12 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.37 2012/03/20 08:44:40 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> Test-Warn-0.230.0.ebuild: + Stable for amd64, wrt bug #408581 18 Nov 2011; Fabian Groffen <grobian@gentoo.org> Test-Warn-0.230.0.ebuild: Marked ~x86-solaris diff --git a/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild b/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild index 0848ca14efa5..b44ba21d77e0 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild,v 1.5 2011/11/18 15:35:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild,v 1.6 2012/03/20 08:44:40 ago Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension to test methods for warnings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/Sub-Uplevel-0.12 |