summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 20:45:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 20:45:13 +0000
commit70ebe1829ae7e62576138be00a9978ab03ee9dab (patch)
tree712044d8ec9d6788077c617b9bdff4ef2ed3a8cf /dev-perl/Exception-Class
parentMarking stable x86 (diff)
downloadgentoo-2-70ebe1829ae7e62576138be00a9978ab03ee9dab.tar.gz
gentoo-2-70ebe1829ae7e62576138be00a9978ab03ee9dab.tar.bz2
gentoo-2-70ebe1829ae7e62576138be00a9978ab03ee9dab.zip
marking stable sparc x86
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog8
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.22.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index 650490c482cf..ab795f334723 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.27 2005/11/19 08:45:39 mcummings Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.28 2006/01/13 20:44:19 mcummings Exp $
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Exception-Class-1.22.ebuild:
+ marking stable sparc x86
*Exception-Class-1.22 (19 Nov 2005)
diff --git a/dev-perl/Exception-Class/Exception-Class-1.22.ebuild b/dev-perl/Exception-Class/Exception-Class-1.22.ebuild
index 2439a4172836..00d75fd3cbd4 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.22.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.22.ebuild,v 1.1 2005/11/19 08:45:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.22.ebuild,v 1.2 2006/01/13 20:44:19 mcummings 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
SRC_TEST="do"
TDEPEND="dev-perl/Test-Pod"