summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-03 20:34:59 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-03 20:34:59 +0000
commit04c0864dcfbfd27cf402efe4c122d871fb881c3e (patch)
tree055f8101541b3db1433ea39526bbf4744a2a7716 /dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild
parentblender update (diff)
downloadhistorical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.gz
historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.bz2
historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.zip
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild')
-rw-r--r--dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild
index 28a21a135295..3486ce718118 100644
--- a/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild
+++ b/dev-perl/Authen-PAM/Authen-PAM-0.14.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/Authen-PAM/Authen-PAM-0.14.ebuild,v 1.11 2004/10/16 23:57:20 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild,v 1.12 2006/07/03 20:21:17 ian Exp $
inherit perl-module
@@ -14,5 +14,6 @@ KEYWORDS="x86 ppc sparc alpha amd64 ia64 s390 ppc64 hppa"
IUSE=""
DEPEND="sys-libs/pam"
+RDEPEND="${DEPEND}"
-export OPTIMIZE="$CFLAGS"
+export OPTIMIZE="$CFLAGS" \ No newline at end of file