summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 22:42:06 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 22:42:06 +0000
commit41e9baf536e3afda21c3f0beee23df7cbc671321 (patch)
tree20c37004761011281c6ac32e7383c90996780b17 /dev-perl/CDDB_get/CDDB_get-2.2.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-41e9baf536e3afda21c3f0beee23df7cbc671321.tar.gz
gentoo-2-41e9baf536e3afda21c3f0beee23df7cbc671321.tar.bz2
gentoo-2-41e9baf536e3afda21c3f0beee23df7cbc671321.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/CDDB_get/CDDB_get-2.2.ebuild')
-rw-r--r--dev-perl/CDDB_get/CDDB_get-2.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/CDDB_get/CDDB_get-2.2.ebuild b/dev-perl/CDDB_get/CDDB_get-2.2.ebuild
index 0ea49364c78e..fc0fea368082 100644
--- a/dev-perl/CDDB_get/CDDB_get-2.2.ebuild
+++ b/dev-perl/CDDB_get/CDDB_get-2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/CDDB_get/CDDB_get-2.2.ebuild,v 1.7 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB_get/CDDB_get-2.2.ebuild,v 1.8 2006/08/04 22:42:06 mcummings Exp $
inherit perl-module
@@ -12,3 +12,5 @@ SLOT="2"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 ~ppc sparc ~alpha"
IUSE=""
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"