summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-06-25 23:11:21 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-06-25 23:11:21 +0000
commit9f312724e4e66a587449df050fde8690f0b291d6 (patch)
treee93e0274409e242a2b33aba914014796774a4cbe /dev-perl/Exception-Class
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-9f312724e4e66a587449df050fde8690f0b291d6.tar.gz
gentoo-2-9f312724e4e66a587449df050fde8690f0b291d6.tar.bz2
gentoo-2-9f312724e4e66a587449df050fde8690f0b291d6.zip
stable on amd64
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog6
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index 42c90c944e07..92b2418d4969 100644
--- a/dev-perl/Exception-Class/ChangeLog
+++ b/dev-perl/Exception-Class/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Exception-Class
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.13 2004/06/25 00:26:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.14 2004/06/25 23:08:50 kugelfang Exp $
+
+ 26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org>
+ Exception-Class-1.14-r1.ebuild:
+ Marked stable on amd64.
*Exception-Class-1.19 (05 Jun 2004)
diff --git a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild
index 9b6b0331a527..33e590becab7 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.5 2004/06/25 00:26:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.6 2004/06/25 23:08:50 kugelfang Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme"
IUSE=""
SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 ~amd64 ~ppc sparc alpha"
+KEYWORDS="x86 amd64 ~ppc sparc alpha"
DEPEND="${DEPEND}
>=dev-lang/perl-5.8.0-r12