diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:45:58 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:45:58 +0000 |
commit | cf3d896dd82c39b360a20da004d471c9981bf13f (patch) | |
tree | 80e0061502727964f7a47192d6329f17e36919cc /dev-perl/File-MMagic/File-MMagic-1.20.ebuild | |
parent | Change negative uses to bash style instead of portage-specific one. (Manifest... (diff) | |
download | gentoo-2-cf3d896dd82c39b360a20da004d471c9981bf13f.tar.gz gentoo-2-cf3d896dd82c39b360a20da004d471c9981bf13f.tar.bz2 gentoo-2-cf3d896dd82c39b360a20da004d471c9981bf13f.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/File-MMagic/File-MMagic-1.20.ebuild')
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-MMagic/File-MMagic-1.20.ebuild b/dev-perl/File-MMagic/File-MMagic-1.20.ebuild index 87e1e1e5eb7b..4a6b1b50aaca 100644 --- a/dev-perl/File-MMagic/File-MMagic-1.20.ebuild +++ b/dev-perl/File-MMagic/File-MMagic-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.20.ebuild,v 1.7 2004/10/16 23:57:21 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.20.ebuild,v 1.8 2004/10/19 07:44:33 absinthe Exp $ inherit perl-module @@ -11,5 +11,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/File/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~ppc sparc alpha" +KEYWORDS="x86 amd64 ~ppc sparc alpha" IUSE="" |