diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:13:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:13:08 +0000 |
commit | 118a91b02c15c6a47a74f5d97e5f20224d38b2e6 (patch) | |
tree | 12998ebbd2ef571827657e5bea3e9cbd4dc64f7c /x11-misc/entrance | |
parent | fix php support #47513 (diff) | |
download | historical-118a91b02c15c6a47a74f5d97e5f20224d38b2e6.tar.gz historical-118a91b02c15c6a47a74f5d97e5f20224d38b2e6.tar.bz2 historical-118a91b02c15c6a47a74f5d97e5f20224d38b2e6.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.20040529.ebuild | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/entrance/ChangeLog b/x11-misc/entrance/ChangeLog index 9504916f7eb4..1b4d16a4d0ed 100644 --- a/x11-misc/entrance/ChangeLog +++ b/x11-misc/entrance/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/entrance -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.8 2003/10/20 16:28:44 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.9 2004/06/24 02:13:08 agriffis Exp $ + +*entrance-0.9.0.20040529 (23 Jun 2004) + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> + entrance-0.9.0.20040529.ebuild: + QA - fix use invocation *entrance-0.9.0.* (18 Oct 2003) diff --git a/x11-misc/entrance/entrance-0.9.0.20040529.ebuild b/x11-misc/entrance/entrance-0.9.0.20040529.ebuild index 30c108eeeca0..cf8a4bd99653 100644 --- a/x11-misc/entrance/entrance-0.9.0.20040529.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.20040529.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040529.ebuild,v 1.1 2004/05/30 18:39:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040529.ebuild,v 1.2 2004/06/24 02:13:08 agriffis Exp $ inherit enlightenment eutils @@ -36,7 +36,7 @@ src_unpack() { } src_compile() { - if [ `use pam` ] ; then + if use pam ; then export MY_ECONF="--with-auth-mode=pam" else export MY_ECONF="--with-auth-mode=shadow" |