diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-10-11 20:52:46 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-10-11 20:52:46 +0000 |
commit | 03b1e3fa862f1e6cd80f7d74cd74988bfffce7a8 (patch) | |
tree | 6ab4aebc2be945965afecaec8a7a50954e009455 /dev-perl/Test-Warn | |
parent | Added ~mips, bug 384677 (diff) | |
download | gentoo-2-03b1e3fa862f1e6cd80f7d74cd74988bfffce7a8.tar.gz gentoo-2-03b1e3fa862f1e6cd80f7d74cd74988bfffce7a8.tar.bz2 gentoo-2-03b1e3fa862f1e6cd80f7d74cd74988bfffce7a8.zip |
Added ~mips, bug 384677
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r-- | dev-perl/Test-Warn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog index eaffa91e8e84..1c1edb9d5c95 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.34 2011/10/10 10:41:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.35 2011/10/11 20:52:46 mattst88 Exp $ + + 11 Oct 2011; Matt Turner <mattst88@gentoo.org> Test-Warn-0.230.0.ebuild: + Added ~mips, bug 384677 10 Oct 2011; Jeroen Roovers <jer@gentoo.org> Test-Warn-0.230.0.ebuild: Marked ~hppa (bug #384677). 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 bed1f438a349..aa6657219f1c 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 # 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.3 2011/10/10 10:41:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.230.0.ebuild,v 1.4 2011/10/11 20:52:46 mattst88 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 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=dev-perl/Sub-Uplevel-0.12 |