summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:24:58 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:24:58 +0000
commit4a7da87e078eb3d6c16af1e23ad058e4a9d670cf (patch)
tree5f26793c2e109370ff67d30e809fe11f28aec828 /dev-perl/SVG/SVG-2.32.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-4a7da87e078eb3d6c16af1e23ad058e4a9d670cf.tar.gz
gentoo-2-4a7da87e078eb3d6c16af1e23ad058e4a9d670cf.tar.bz2
gentoo-2-4a7da87e078eb3d6c16af1e23ad058e4a9d670cf.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SVG/SVG-2.32.ebuild')
-rw-r--r--dev-perl/SVG/SVG-2.32.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/SVG/SVG-2.32.ebuild b/dev-perl/SVG/SVG-2.32.ebuild
index c61a79995cd2..0d74630c7c3b 100644
--- a/dev-perl/SVG/SVG-2.32.ebuild
+++ b/dev-perl/SVG/SVG-2.32.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.32.ebuild,v 1.8 2005/10/02 13:13:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.32.ebuild,v 1.9 2006/08/05 20:24:58 mcummings Exp $
inherit perl-module
@@ -11,3 +11,7 @@ IUSE=""
SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"