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.16.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.16.ebuild')
-rw-r--r--dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.16.ebuild
index 76f9bcecd57b..caa6d5bc1176 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.8 2006/02/06 19:56:48 blubb Exp $
+# $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 $
inherit perl-module
@@ -14,5 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="sys-libs/pam"
+RDEPEND="${DEPEND}"
-export OPTIMIZE="$CFLAGS"
+export OPTIMIZE="$CFLAGS" \ No newline at end of file