diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-31 18:29:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-31 18:29:54 +0000 |
commit | 9e54f4f22b114b2d044d94e9077648553e1625d6 (patch) | |
tree | c8fa9113c5807e14a4e4d14562257ca13d035b30 | |
parent | amd64/x86 stable, bug #271956 (diff) | |
download | gentoo-2-9e54f4f22b114b2d044d94e9077648553e1625d6.tar.gz gentoo-2-9e54f4f22b114b2d044d94e9077648553e1625d6.tar.bz2 gentoo-2-9e54f4f22b114b2d044d94e9077648553e1625d6.zip |
amd64 stable, bug #272009
(Portage version: 2.1.6.11/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.27.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 43a2da662d52..0742da758629 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Exception -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.52 2008/11/18 15:35:47 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.53 2009/05/31 18:29:54 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> Test-Exception-0.27.ebuild: + amd64 stable, bug #272009 18 Nov 2008; Torsten Veller <tove@gentoo.org> Test-Exception-0.25.ebuild, Test-Exception-0.27.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.27.ebuild b/dev-perl/Test-Exception/Test-Exception-0.27.ebuild index 4b640641a649..39e83ad2fd52 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.27.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.27.ebuild,v 1.4 2008/11/18 15:35:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.27.ebuild,v 1.5 2009/05/31 18:29:54 maekke Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |