diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-18 17:28:57 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-18 17:28:57 +0000 |
commit | 12cb88d1478d34fc3ef405200fbc324e8df2ca0d (patch) | |
tree | b0f6fac4c06f5fa58280255caa70462a98576843 /dev-perl/Test-Manifest | |
parent | stable on amd64 ia64 (diff) | |
download | historical-12cb88d1478d34fc3ef405200fbc324e8df2ca0d.tar.gz historical-12cb88d1478d34fc3ef405200fbc324e8df2ca0d.tar.bz2 historical-12cb88d1478d34fc3ef405200fbc324e8df2ca0d.zip |
added ~amd64 to KEYWORDS. fixes #82458
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog index d1e1b57e33d5..6c95d148d05b 100644 --- a/dev-perl/Test-Manifest/ChangeLog +++ b/dev-perl/Test-Manifest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Manifest -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.9 2004/12/30 00:38:18 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.10 2005/02/18 17:28:20 luckyduck Exp $ + + 18 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> : + added ~amd64 to KEYWORDS. fixes #82458 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild b/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild index 455953fe4729..f4984ed0ce51 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild,v 1.5 2004/09/03 16:44:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild,v 1.6 2005/02/18 17:28:20 luckyduck Exp $ inherit perl-module diff --git a/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild b/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild index a595bc634d5e..0e0bf2330dd8 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild,v 1.4 2004/09/03 16:44:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild,v 1.5 2005/02/18 17:28:20 luckyduck Exp $ inherit perl-module diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild index f09fe5481c7a..e5bc615a66ac 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.11.ebuild,v 1.2 2004/12/23 08:49:00 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild,v 1.3 2005/02/18 17:28:20 luckyduck Exp $ inherit perl-module @@ -11,6 +11,6 @@ HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/" IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~sparc ~alpha ppc ~ppc64" +KEYWORDS="~amd64 ~x86 ~sparc ~alpha ppc ~ppc64" SRC_TEST="do" |