diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
commit | 89086dec59145273f337c6282b9cb61e8afc4d76 (patch) | |
tree | 13a0bb505989f847cb4ac2e2072201c9161b876b /dev-perl/module-info/module-info-0.20.ebuild | |
parent | Move some variables to locals. Note that all of this cleanup is thanks to mr_... (diff) | |
download | gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.gz gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.bz2 gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/module-info/module-info-0.20.ebuild')
-rw-r--r-- | dev-perl/module-info/module-info-0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/module-info/module-info-0.20.ebuild b/dev-perl/module-info/module-info-0.20.ebuild index 31a61f549133..7dd3185d9596 100644 --- a/dev-perl/module-info/module-info-0.20.ebuild +++ b/dev-perl/module-info/module-info-0.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/module-info/module-info-0.20.ebuild,v 1.8 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.20.ebuild,v 1.9 2004/10/19 07:57:18 absinthe Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc ~amd64" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc amd64" IUSE="" |