diff options
author | 2006-08-05 03:41:50 +0000 | |
---|---|---|
committer | 2006-08-05 03:41:50 +0000 | |
commit | 9936525fe389714267b47f50faf7cf3c134df0b7 (patch) | |
tree | 06626f9d13016472eaa8adeb15626bcf57514ad1 /dev-perl/File-MMagic/File-MMagic-1.25.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-9936525fe389714267b47f50faf7cf3c134df0b7.tar.gz gentoo-2-9936525fe389714267b47f50faf7cf3c134df0b7.tar.bz2 gentoo-2-9936525fe389714267b47f50faf7cf3c134df0b7.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/File-MMagic/File-MMagic-1.25.ebuild')
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.25.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild b/dev-perl/File-MMagic/File-MMagic-1.25.ebuild index 9b89d082f413..ba23c92fcdf3 100644 --- a/dev-perl/File-MMagic/File-MMagic-1.25.ebuild +++ b/dev-perl/File-MMagic/File-MMagic-1.25.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/File-MMagic/File-MMagic-1.25.ebuild,v 1.7 2006/02/06 20:12:29 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.25.ebuild,v 1.8 2006/08/05 03:41:50 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |