summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 22:32:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 22:32:36 +0000
commit50b602ea9170f87fcff4773b735c973f67fbdafe (patch)
treede4ec71a2297bdb149a22bdd215f983e5480a10a /dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-50b602ea9170f87fcff4773b735c973f67fbdafe.tar.gz
gentoo-2-50b602ea9170f87fcff4773b735c973f67fbdafe.tar.bz2
gentoo-2-50b602ea9170f87fcff4773b735c973f67fbdafe.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild')
-rw-r--r--dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild
index b610d18bc103..800f9c2f54ba 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.10.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/Authen-SASL/Authen-SASL-2.10.ebuild,v 1.4 2006/07/02 20:06:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild,v 1.5 2006/08/04 22:32:36 mcummings Exp $
inherit perl-module
@@ -17,3 +17,5 @@ IUSE=""
SRC_TEST="do"
export OPTIMIZE="$CFLAGS"
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"