summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-09-12 19:04:42 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-09-12 19:04:42 +0000
commit3101a8a62d5d55156cf864c7df4db2da635d8b95 (patch)
tree588ac682aace580a449f2b64fb6e8d6b4707add5 /dev-perl/Test-Warn
parentia64/sparc stable wrt #283286 (diff)
downloadgentoo-2-3101a8a62d5d55156cf864c7df4db2da635d8b95.tar.gz
gentoo-2-3101a8a62d5d55156cf864c7df4db2da635d8b95.tar.bz2
gentoo-2-3101a8a62d5d55156cf864c7df4db2da635d8b95.zip
Drop ia64 keyword
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r--dev-perl/Test-Warn/ChangeLog6
-rw-r--r--dev-perl/Test-Warn/Test-Warn-0.11.ebuild4
-rw-r--r--dev-perl/Test-Warn/Test-Warn-0.21.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Test-Warn/ChangeLog b/dev-perl/Test-Warn/ChangeLog
index cbf43920557c..e7060926914e 100644
--- a/dev-perl/Test-Warn/ChangeLog
+++ b/dev-perl/Test-Warn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Warn
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.23 2009/08/30 13:22:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.24 2009/09/12 19:04:42 armin76 Exp $
+
+ 12 Sep 2009; Raúl Porcel <armin76@gentoo.org> Test-Warn-0.11.ebuild,
+ Test-Warn-0.21.ebuild:
+ Drop ia64 keyword
*Test-Warn-0.21 (30 Aug 2009)
diff --git a/dev-perl/Test-Warn/Test-Warn-0.11.ebuild b/dev-perl/Test-Warn/Test-Warn-0.11.ebuild
index 3bccb780c41a..21e4eaea4c59 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.11.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.11.ebuild,v 1.5 2009/02/17 17:56:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.11.ebuild,v 1.6 2009/09/12 19:04:42 armin76 Exp $
MODULE_AUTHOR=CHORNY
inherit perl-module
@@ -9,7 +9,7 @@ DESCRIPTION="Perl extension to test methods for warnings"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Test-Warn/Test-Warn-0.21.ebuild b/dev-perl/Test-Warn/Test-Warn-0.21.ebuild
index 61260d7791f1..186704c15409 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.21.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.21.ebuild,v 1.1 2009/08/30 13:22:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.21.ebuild,v 1.2 2009/09/12 19:04:42 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Perl extension to test methods for warnings"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="test"
RDEPEND=">=dev-perl/Sub-Uplevel-0.12