summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-21 12:05:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-21 12:05:12 +0000
commit126b5c57b7064f33ee326f85f9f91cd57580dda8 (patch)
tree4afcc7b98ca9995d278c4c91323e62fafa982ea4 /sys-apps/pam-login
parentMove DESCRIPTION after inherit line. Thanks to Alexandru Toma in bug #114010. (diff)
downloadgentoo-2-126b5c57b7064f33ee326f85f9f91cd57580dda8.tar.gz
gentoo-2-126b5c57b7064f33ee326f85f9f91cd57580dda8.tar.bz2
gentoo-2-126b5c57b7064f33ee326f85f9f91cd57580dda8.zip
Pass ${myconf} correctly. Thanks to Michael Carns in bug #119035.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-apps/pam-login')
-rw-r--r--sys-apps/pam-login/ChangeLog5
-rw-r--r--sys-apps/pam-login/pam-login-3.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pam-login/ChangeLog b/sys-apps/pam-login/ChangeLog
index d17f6ae9eb4d..e959a609aa25 100644
--- a/sys-apps/pam-login/ChangeLog
+++ b/sys-apps/pam-login/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pam-login
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.69 2006/03/26 11:26:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.70 2006/04/21 12:05:11 flameeyes Exp $
+
+ 21 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> pam-login-3.17.ebuild:
+ Pass ${myconf} correctly. Thanks to Michael Carns in bug #119035.
26 Mar 2006; Bryan Østergaard <kloeri@gentoo.org pam-login-4.0.14.ebuild:
Stable on alpha, bug 125419.
diff --git a/sys-apps/pam-login/pam-login-3.17.ebuild b/sys-apps/pam-login/pam-login-3.17.ebuild
index cea870c1fc32..ee09026ca62b 100644
--- a/sys-apps/pam-login/pam-login-3.17.ebuild
+++ b/sys-apps/pam-login/pam-login-3.17.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/sys-apps/pam-login/pam-login-3.17.ebuild,v 1.16 2006/03/14 18:47:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.17.ebuild,v 1.17 2006/04/21 12:05:12 flameeyes Exp $
inherit gnuconfig eutils pam
@@ -60,7 +60,7 @@ src_compile() {
use selinux && myconf="${myconf} --enable-selinux"
econf \
- $(use_enable nls)
+ $(use_enable nls) ${myconf} || die "econf failed"
emake || die "emake failed"
}