summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-12-11 15:19:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-12-11 15:19:34 +0000
commit9ecde0433592fbbf4ebe576d88babe5a250eb321 (patch)
tree1c37c34e6f7f0f03d270124aaf333e60bf287a88 /dev-perl
parentDrop ia64/sparc keywords (diff)
downloadgentoo-2-9ecde0433592fbbf4ebe576d88babe5a250eb321.tar.gz
gentoo-2-9ecde0433592fbbf4ebe576d88babe5a250eb321.tar.bz2
gentoo-2-9ecde0433592fbbf4ebe576d88babe5a250eb321.zip
Drop ia64/sparc keywords
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Class-DBI/ChangeLog6
-rw-r--r--dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild6
-rw-r--r--dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog
index ff070e2222ac..43307228efb9 100644
--- a/dev-perl/Class-DBI/ChangeLog
+++ b/dev-perl/Class-DBI/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-DBI
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.48 2011/12/03 12:01:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.49 2011/12/11 15:19:34 armin76 Exp $
+
+ 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> Class-DBI-3.0.16.ebuild,
+ Class-DBI-3.0.17.ebuild:
+ Drop ia64/sparc keywords
03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> Class-DBI-3.0.17.ebuild:
Stable on amd64 wrt bug #391581
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild
index 2ec53c3d2b51..2773ed895a1d 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild,v 1.8 2008/11/18 14:33:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild,v 1.9 2011/12/11 15:19:34 armin76 Exp $
MODULE_AUTHOR=TMTM
MY_P="${PN}-v${PV}"
@@ -12,7 +12,7 @@ DESCRIPTION="Simple Database Abstraction"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
# Tests aren't possible since they require interaction with the DB's
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild
index 80871baa806f..dcf55e063dab 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17.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/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.5 2011/12/03 12:01:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.6 2011/12/11 15:19:34 armin76 Exp $
MODULE_AUTHOR=TMTM
MY_P="${PN}-v${PV}"
@@ -12,7 +12,7 @@ DESCRIPTION="Simple Database Abstraction"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-solaris"
IUSE=""
# Tests aren't possible since they require interaction with the DB's