diff options
author | Tom Martin <slarti@gentoo.org> | 2005-05-01 17:23:03 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-05-01 17:23:03 +0000 |
commit | f0cd0dfff5cb1c46c7e12a4f8411e9f042b6a620 (patch) | |
tree | 2fa779a058565a15807bf39de45cc5b24bbf4eb4 /dev-perl/File-MMagic | |
parent | Stable on ppc. (diff) | |
download | historical-f0cd0dfff5cb1c46c7e12a4f8411e9f042b6a620.tar.gz historical-f0cd0dfff5cb1c46c7e12a4f8411e9f042b6a620.tar.bz2 historical-f0cd0dfff5cb1c46c7e12a4f8411e9f042b6a620.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-perl/File-MMagic')
-rw-r--r-- | dev-perl/File-MMagic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-MMagic/ChangeLog b/dev-perl/File-MMagic/ChangeLog index 5511a041db52..6fc28a908183 100644 --- a/dev-perl/File-MMagic/ChangeLog +++ b/dev-perl/File-MMagic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-MMagic # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.24 2005/04/30 19:24:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/ChangeLog,v 1.25 2005/05/01 17:23:03 slarti Exp $ + + 01 May 2005; Tom Martin <slarti@gentoo.org> File-MMagic-1.22.ebuild: + Stable on amd64. 30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> File-MMagic-1.22.ebuild: diff --git a/dev-perl/File-MMagic/File-MMagic-1.22.ebuild b/dev-perl/File-MMagic/File-MMagic-1.22.ebuild index d661f8ea1c0c..1a8d4dcb91e9 100644 --- a/dev-perl/File-MMagic/File-MMagic-1.22.ebuild +++ b/dev-perl/File-MMagic/File-MMagic-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.22.ebuild,v 1.9 2005/04/30 19:24:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.22.ebuild,v 1.10 2005/05/01 17:23:03 slarti Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ppc sparc alpha ppc64" +KEYWORDS="x86 amd64 ppc sparc alpha ppc64" IUSE="" |