diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-04-24 18:36:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-04-24 18:36:32 +0000 |
commit | ff61e5f82f285e02eb8535ef8f062dcaac5ee557 (patch) | |
tree | 4689af28e1ace783665976718526a5ecbce8d601 /dev-perl/Test-Exception | |
parent | Marked ~arch for a big deal of Prefix arches (diff) | |
download | gentoo-2-ff61e5f82f285e02eb8535ef8f062dcaac5ee557.tar.gz gentoo-2-ff61e5f82f285e02eb8535ef8f062dcaac5ee557.tar.bz2 gentoo-2-ff61e5f82f285e02eb8535ef8f062dcaac5ee557.zip |
Marked ~arch for some Prefix arches
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.29.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index e6a5b13b075d..6f10dbf91403 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.60 2010/02/03 11:24:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.61 2010/04/24 18:36:32 grobian Exp $ + + 24 Apr 2010; Fabian Groffen <grobian@gentoo.org> + Test-Exception-0.29.ebuild: + Marked ~arch for some Prefix arches 03 Feb 2010; Alexis Ballier <aballier@gentoo.org> Test-Exception-0.29.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild index c24b81d75475..5c1de46990df 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.29.ebuild,v 1.3 2010/02/03 11:24:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.29.ebuild,v 1.4 2010/04/24 18:36:32 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="test functions for exception based code" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Test-Simple-0.64 |