diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-28 23:34:27 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-28 23:34:27 +0000 |
commit | 12d950b6d080685c38d45a11765da57003ba0ef8 (patch) | |
tree | e4487b0d33b33d74890852e9b7448b1811418ba1 /kde-base | |
parent | Added kscreensaver pam config file. Allows login after screenlock (diff) | |
download | gentoo-2-12d950b6d080685c38d45a11765da57003ba0ef8.tar.gz gentoo-2-12d950b6d080685c38d45a11765da57003ba0ef8.tar.bz2 gentoo-2-12d950b6d080685c38d45a11765da57003ba0ef8.zip |
*** empty log message ***
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdebase/kdebase-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild b/kde-base/kdebase/kdebase-2.1.1-r1.ebuild index 29a2f8d2797f..f198191eba7f 100644 --- a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild +++ b/kde-base/kdebase/kdebase-2.1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.1 2001/04/28 23:34:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.2 2001/04/28 23:34:27 achim Exp $ V="2.1" A=${P}.tar.bz2 @@ -26,7 +26,7 @@ src_compile() { fi if [ "`use pam`" ] then - myconf="$myconf --with-pam=yes" + myconf="$myconf --with-pam" else myconf="$myconf --with-shadow" fi |