diff options
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog index 12b7134d80dc..fd640ac57179 100644 --- a/dev-perl/Test-Manifest/ChangeLog +++ b/dev-perl/Test-Manifest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Manifest # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.44 2010/01/14 14:39:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.45 2010/12/03 01:49:04 xmw Exp $ + + 03 Dec 2010; Michael Weber <xmw@gentoo.org> Test-Manifest-1.21.ebuild, + Test-Manifest-1.22.ebuild, Test-Manifest-1.23.ebuild: + add ~arm (bug 302981) 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Test-Manifest-1.23.ebuild: diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild index 28bf4f4c7cbd..d22026044e8d 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild,v 1.5 2008/02/05 10:29:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.21.ebuild,v 1.6 2010/12/03 01:49:04 xmw Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" SRC_TEST="do" diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild index e0f8c2c930f5..66656aea2f39 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild,v 1.2 2008/07/17 20:54:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.22.ebuild,v 1.3 2010/12/03 01:49:04 xmw Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" SRC_TEST="do" diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild index c710e30639f8..876f7edc9c51 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.23.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-Manifest/Test-Manifest-1.23.ebuild,v 1.2 2010/01/14 14:39:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.23.ebuild,v 1.3 2010/12/03 01:49:04 xmw Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Interact with a t/test_manifest file" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |