diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-04 23:30:55 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-04 23:30:55 +0000 |
commit | 6da7a7086e5210bc170bec039b9881c3920df239 (patch) | |
tree | b4963fb74bf8223b7ad4e8e21ead0230695f66ef /sys-libs | |
parent | Replaced sparc64 CFLAGS hack with replace-sparc64-flags from flag-o-matic (diff) | |
download | historical-6da7a7086e5210bc170bec039b9881c3920df239.tar.gz historical-6da7a7086e5210bc170bec039b9881c3920df239.tar.bz2 historical-6da7a7086e5210bc170bec039b9881c3920df239.zip |
moved inherit to the *right* location (after DEPEND definition) so that RDEPEND gets auto-set correctly. Otherwise, it does not.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.75-r11.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-libs/pam/Manifest b/sys-libs/pam/Manifest index 3360a0017e1a..b25187b32de8 100644 --- a/sys-libs/pam/Manifest +++ b/sys-libs/pam/Manifest @@ -1,5 +1,5 @@ MD5 bbf2b0e4cf2591f0e584aec93f380535 pam-0.75-r8.ebuild 3656 -MD5 527441a4006820831da46f13ea1b6ffb pam-0.75-r11.ebuild 4228 +MD5 251d8e74e97276eda295ff912113ca5c pam-0.75-r11.ebuild 4294 MD5 c9236bb96b7706360557c5e20dc9be90 pam-0.75-r7.ebuild 4101 MD5 7061de7516c97091f54368c7fea303b9 ChangeLog 4527 MD5 74ae95d84c212c3b40daba2be84485f7 pam-0.75-r9.ebuild 4105 diff --git a/sys-libs/pam/pam-0.75-r11.ebuild b/sys-libs/pam/pam-0.75-r11.ebuild index 9c50f7da6a20..30584cfd7d5d 100644 --- a/sys-libs/pam/pam-0.75-r11.ebuild +++ b/sys-libs/pam/pam-0.75-r11.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r11.ebuild,v 1.11 2003/05/21 13:02:12 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r11.ebuild,v 1.12 2003/06/04 23:30:48 drobbins Exp $ IUSE="berkdb" -inherit gcc eutils flag-o-matic - PATCH_LEVEL="" S="${WORKDIR}/Linux-PAM-${PV}" @@ -27,6 +25,9 @@ DEPEND=">=sys-libs/cracklib-2.7-r3 >=sys-devel/flex-2.5.4a-r5 berkdb? ( >=sys-libs/db-3.2.9 )" +#inherit needs to be after DEPEND definition to protect RDEPEND +inherit gcc eutils flag-o-matic + src_unpack() { unpack ${A} |