summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 02:18:03 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 02:18:03 +0000
commit616c815bf89c94dccc2072dce22f755ba531ea96 (patch)
treefa76287080412aeba90fce2e4a00e80b5fe7d580 /dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-616c815bf89c94dccc2072dce22f755ba531ea96.tar.gz
gentoo-2-616c815bf89c94dccc2072dce22f755ba531ea96.tar.bz2
gentoo-2-616c815bf89c94dccc2072dce22f755ba531ea96.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild')
-rw-r--r--dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild b/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild
index ef11a7970720..3e66c1c0b3ea 100644
--- a/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild
+++ b/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.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/digest-bubblebabble/digest-bubblebabble-0.01.ebuild,v 1.14 2005/11/25 22:33:02 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-bubblebabble/digest-bubblebabble-0.01.ebuild,v 1.15 2006/08/06 02:18:03 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"