diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-19 07:14:48 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-19 07:14:48 +0000 |
commit | 155bcc000b0488408cdf581a67e113661e096179 (patch) | |
tree | 399e292aa193aacf3edc743f44d33152055c17fd /sys-libs/pam | |
parent | mark as stable (diff) | |
download | historical-155bcc000b0488408cdf581a67e113661e096179.tar.gz historical-155bcc000b0488408cdf581a67e113661e096179.tar.bz2 historical-155bcc000b0488408cdf581a67e113661e096179.zip |
mark stable
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-0.75-r8.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-libs/pam/pam-0.75-r8.ebuild b/sys-libs/pam/pam-0.75-r8.ebuild index 9ede218fe6f7..7386b54011d2 100644 --- a/sys-libs/pam/pam-0.75-r8.ebuild +++ b/sys-libs/pam/pam-0.75-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-r8.ebuild,v 1.2 2002/10/13 13:14:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r8.ebuild,v 1.3 2002/10/19 07:14:48 azarah Exp $ IUSE="berkdb" @@ -8,15 +8,15 @@ inherit gcc PATCH_LEVEL=".1" -S=${WORKDIR}/Linux-PAM-${PV} -S2=${WORKDIR}/pam +S="${WORKDIR}/Linux-PAM-${PV}" +S2="${WORKDIR}/pam" DESCRIPTION="Pluggable Authentication Modules" SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.tar.gz mirror://gentoo/pam-${PVR}${PATCH_LEVEL}-gentoo.tbz2" HOMEPAGE="http://www.redhat.com/linux-info/pam/" LICENSE="PAM" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" DEPEND=">=sys-libs/cracklib-2.7-r3 @@ -90,7 +90,7 @@ src_compile() { rm -f Make.Rules.orig fi - if [ -z "`use berkdb`" ] + if [ -z "$(use berkdb)" ] then cp Make.Rules Make.Rules.orig sed -e "s:^HAVE_LIBNDBM=yes:HAVE_LIBNDBM=no:" \ @@ -115,8 +115,7 @@ src_install() { then if ! ls -1 ${D}/lib/security/$(basename ${x})*.so &> /dev/null then - if [ -z "`use berkdb`" ] && \ - [ "$(basename ${x})" = "pam_userdb" ] + if [ -z "$(use berkdb)" -a "$(basename ${x})" = "pam_userdb" ] then continue fi |