diff options
author | 2006-10-20 17:55:59 +0000 | |
---|---|---|
committer | 2006-10-20 17:55:59 +0000 | |
commit | 65e7806961127361724bfc961362b88aa4854045 (patch) | |
tree | 5f52fe6a7a3a076a1c4deba943be1abaa7ce1901 /dev-perl/module-info/module-info-0.29.0.ebuild | |
parent | Mark 0.10.8 stable on alpha (diff) | |
download | historical-65e7806961127361724bfc961362b88aa4854045.tar.gz historical-65e7806961127361724bfc961362b88aa4854045.tar.bz2 historical-65e7806961127361724bfc961362b88aa4854045.zip |
Cleaning up ebuilds
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'dev-perl/module-info/module-info-0.29.0.ebuild')
-rw-r--r-- | dev-perl/module-info/module-info-0.29.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-perl/module-info/module-info-0.29.0.ebuild b/dev-perl/module-info/module-info-0.29.0.ebuild index 8a6ed1a29f81..f990e7308b25 100644 --- a/dev-perl/module-info/module-info-0.29.0.ebuild +++ b/dev-perl/module-info/module-info-0.29.0.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/module-info/module-info-0.29.0.ebuild,v 1.8 2006/08/06 02:53:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.29.0.ebuild,v 1.9 2006/10/20 17:46:26 mcummings Exp $ inherit perl-module @@ -13,13 +13,10 @@ SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" DEPEND="dev-perl/module-build dev-lang/perl" -RDEPEND="${DEPEND}" - - |