diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 17:46:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 17:46:26 +0000 |
commit | e45fc51d3bcf01dfe281751ea306b8d9b80b7e81 (patch) | |
tree | 6f739538c9525a8556602e960d001203e4a8b294 /dev-perl/module-info/module-info-0.29.0.ebuild | |
parent | rar-3.6.0 will now show an ewarn if the system gcc is < 3.4 because rar needs... (diff) | |
download | gentoo-2-e45fc51d3bcf01dfe281751ea306b8d9b80b7e81.tar.gz gentoo-2-e45fc51d3bcf01dfe281751ea306b8d9b80b7e81.tar.bz2 gentoo-2-e45fc51d3bcf01dfe281751ea306b8d9b80b7e81.zip |
Cleaning up ebuilds
(Portage version: 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}" - - |