diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-17 06:22:32 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-17 06:22:32 +0000 |
commit | a7010cbe6dd8d8eaa6b6fcac3d337d545fe318ba (patch) | |
tree | 5843010f6e361de4e3ed6f8e0e75896e84bfe571 /dev-perl | |
parent | Bumping to version 1.4.4 (diff) | |
download | gentoo-2-a7010cbe6dd8d8eaa6b6fcac3d337d545fe318ba.tar.gz gentoo-2-a7010cbe6dd8d8eaa6b6fcac3d337d545fe318ba.tar.bz2 gentoo-2-a7010cbe6dd8d8eaa6b6fcac3d337d545fe318ba.zip |
Added ~ppc64; bug #174785
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 1144a88280ab..1a645bd96d35 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.43 2007/04/16 13:55:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.44 2007/04/17 06:22:32 corsair Exp $ + + 17 Apr 2007; Markus Rothe <corsair@gentoo.org> Test-Exception-0.25.ebuild: + Added ~ppc64; bug #174785 16 Apr 2007; Jeroen Roovers <jer@gentoo.org> Test-Exception-0.25.ebuild: Marked ~hppa (bug #174785). diff --git a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild b/dev-perl/Test-Exception/Test-Exception-0.25.ebuild index 78053e92e06a..c38ce8adbd0c 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.25.ebuild,v 1.4 2007/04/16 13:55:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.25.ebuild,v 1.5 2007/04/17 06:22:32 corsair 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 ~hppa ~ia64 ~mips ~ppc sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" SRC_TEST="do" |