diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 08:54:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 08:54:33 +0000 |
commit | c1c4eaa9d9d7a89d10687bb73db50ff8c1c21479 (patch) | |
tree | 5be8822a1c912cb4c59d7c42eb4546933dd87ee9 /dev-perl/Test-Pod | |
parent | Add ~mips keyword, bug 173295. (diff) | |
download | gentoo-2-c1c4eaa9d9d7a89d10687bb73db50ff8c1c21479.tar.gz gentoo-2-c1c4eaa9d9d7a89d10687bb73db50ff8c1c21479.tar.bz2 gentoo-2-c1c4eaa9d9d7a89d10687bb73db50ff8c1c21479.zip |
Add ~mips keyword, bug 173295.
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 6e4ea1aa1c59..e7f1dbc4b46b 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Pod # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.45 2007/04/16 06:29:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.46 2007/04/24 08:54:33 kloeri Exp $ + + 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> Test-Pod-1.26.ebuild: + Add ~mips keyword, bug 173295. 16 Apr 2007; Markus Rothe <corsair@gentoo.org> Test-Pod-1.26.ebuild: Stable on ppc64 diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild index da2fc7361083..182d529c098e 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.26.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-Pod/Test-Pod-1.26.ebuild,v 1.10 2007/04/16 06:29:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.26.ebuild,v 1.11 2007/04/24 08:54:33 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" SRC_TEST="do" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/Pod-Simple |