diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-10 23:47:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-10 23:47:25 +0000 |
commit | 750004e5269ca4fa760498dff1a1d07b9fe88630 (patch) | |
tree | 407fb18b4f185f82c67038468f6072849e872a38 /x11-misc | |
parent | Revert, now it got even worse. (diff) | |
download | gentoo-2-750004e5269ca4fa760498dff1a1d07b9fe88630.tar.gz gentoo-2-750004e5269ca4fa760498dff1a1d07b9fe88630.tar.bz2 gentoo-2-750004e5269ca4fa760498dff1a1d07b9fe88630.zip |
add support for new --enable-pam option
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.007.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/entrance/entrance-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/entrance/entrance-0.9.0.007.ebuild b/x11-misc/entrance/entrance-0.9.0.007.ebuild index 7348c2c60efe..40d93c52e5a8 100644 --- a/x11-misc/entrance/entrance-0.9.0.007.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.007.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/x11-misc/entrance/entrance-0.9.0.007.ebuild,v 1.2 2006/08/10 23:36:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.007.ebuild,v 1.3 2006/08/10 23:47:25 vapier Exp $ inherit enlightenment eutils @@ -26,6 +26,7 @@ src_compile() { else export MY_ECONF="--with-auth-mode=shadow" fi + MY_ECONF="${MY_ECONF} $(use_enable pam)" enlightenment_src_compile } diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild index 3af56113dbc4..55fa80bdda87 100644 --- a/x11-misc/entrance/entrance-9999.ebuild +++ b/x11-misc/entrance/entrance-9999.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/x11-misc/entrance/entrance-9999.ebuild,v 1.8 2006/08/10 23:36:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.9 2006/08/10 23:47:25 vapier Exp $ inherit enlightenment eutils @@ -43,6 +43,7 @@ src_compile() { else export MY_ECONF="--with-auth-mode=shadow" fi + MY_ECONF="${MY_ECONF} $(use_enable pam)" enlightenment_src_compile } |