diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:31:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:31:54 +0000 |
commit | 6dcb05afcf0c4edbf2436cd0c4686c88c0d62348 (patch) | |
tree | c53d79a166710bc0023354a8be47f524331cb84d /dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-6dcb05afcf0c4edbf2436cd0c4686c88c0d62348.tar.gz gentoo-2-6dcb05afcf0c4edbf2436cd0c4686c88c0d62348.tar.bz2 gentoo-2-6dcb05afcf0c4edbf2436cd0c4686c88c0d62348.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild index caa6d5bc1176..0719e44782ce 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.16.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-PAM/Authen-PAM-0.16.ebuild,v 1.9 2006/07/03 20:21:17 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild,v 1.10 2006/08/04 22:31:54 mcummings Exp $ inherit perl-module @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="sys-libs/pam" +DEPEND="sys-libs/pam + dev-lang/perl" RDEPEND="${DEPEND}" -export OPTIMIZE="$CFLAGS"
\ No newline at end of file +export OPTIMIZE="$CFLAGS" |