summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:41:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:41:50 +0000
commit9936525fe389714267b47f50faf7cf3c134df0b7 (patch)
tree06626f9d13016472eaa8adeb15626bcf57514ad1 /dev-perl/File-MMagic/File-MMagic-1.27.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-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.27.ebuild')
-rw-r--r--dev-perl/File-MMagic/File-MMagic-1.27.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/File-MMagic/File-MMagic-1.27.ebuild b/dev-perl/File-MMagic/File-MMagic-1.27.ebuild
index 1274d19f64e9..8a115bf055cc 100644
--- a/dev-perl/File-MMagic/File-MMagic-1.27.ebuild
+++ b/dev-perl/File-MMagic/File-MMagic-1.27.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.27.ebuild,v 1.1 2006/06/23 17:56:35 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.27.ebuild,v 1.2 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}"