diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-21 21:50:40 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-21 21:50:40 +0000 |
commit | d098d2dadd4a38c8bdb9eaef909042326ca99449 (patch) | |
tree | 3e552ba83132b4e2770cc71fe47bc5bf057b140c /dev-perl/File-MimeInfo | |
parent | re-add ~ppc keyword, lost in the shuffle from .0 to .2 (diff) | |
download | historical-d098d2dadd4a38c8bdb9eaef909042326ca99449.tar.gz historical-d098d2dadd4a38c8bdb9eaef909042326ca99449.tar.bz2 historical-d098d2dadd4a38c8bdb9eaef909042326ca99449.zip |
Stable on ppc64
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-perl/File-MimeInfo')
-rw-r--r-- | dev-perl/File-MimeInfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-MimeInfo/ChangeLog b/dev-perl/File-MimeInfo/ChangeLog index 48744405df55..398a68d828b3 100644 --- a/dev-perl/File-MimeInfo/ChangeLog +++ b/dev-perl/File-MimeInfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-MimeInfo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.15 2006/01/15 11:35:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.16 2006/01/21 21:21:33 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> File-MimeInfo-0.12.ebuild: + Stable on ppc64 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> File-MimeInfo-0.12.ebuild: diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild index 16d50916a7d2..1aa3484934b9 100644 --- a/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild,v 1.3 2006/01/15 11:35:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.12.ebuild,v 1.4 2006/01/21 21:21:33 corsair Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${PN}/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ppc ~ppc64 sparc x86" +KEYWORDS="~amd64 ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |