summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2006-01-30 17:29:59 +0000
committerAaron Kulbe <superlag@gentoo.org>2006-01-30 17:29:59 +0000
commit6953feb301b3d1dcc5766845965c0d98d9540aac (patch)
treebfbc5e3b64a77fdb5a8a780dc94307cfc5fcd035 /dev-perl/Class-DBI
parentMarked ~amd64 for bug #116301. (diff)
downloadhistorical-6953feb301b3d1dcc5766845965c0d98d9540aac.tar.gz
historical-6953feb301b3d1dcc5766845965c0d98d9540aac.tar.bz2
historical-6953feb301b3d1dcc5766845965c0d98d9540aac.zip
Marking ~amd64 for bug #116301.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/Class-DBI')
-rw-r--r--dev-perl/Class-DBI/ChangeLog5
-rw-r--r--dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog
index d47ce587625b..7e2fa6456f01 100644
--- a/dev-perl/Class-DBI/ChangeLog
+++ b/dev-perl/Class-DBI/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Class-DBI
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.22 2006/01/21 21:12:50 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.23 2006/01/30 17:29:59 superlag Exp $
+
+ 30 Jan 2006; Aaron Kulbe <superlag@gentoo.org> Class-DBI-3.0.13.ebuild:
+ Marking ~amd64 for bug #116301.
21 Jan 2006; Markus Rothe <corsair@gentoo.org> Class-DBI-3.0.1.ebuild:
Stable on ppc64
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild
index 14f22c7e3467..2f1e7a8aff91 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.13.ebuild,v 1.4 2006/01/08 17:51:15 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.13.ebuild,v 1.5 2006/01/30 17:29:59 superlag Exp $
inherit perl-module
@@ -15,7 +15,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
# Tests aren't possible since they require interaction with the DB's