diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-08-26 18:25:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-08-26 18:25:53 +0000 |
commit | f6b1c0e1ed70c4292479b9cd83cd2271c100a9e6 (patch) | |
tree | 3449bb877628cf91db4f73c32df0d32f973a5511 /sys-auth | |
parent | Revbump, add patch to allow hiding the pgp signature output using pgp_display... (diff) | |
download | gentoo-2-f6b1c0e1ed70c4292479b9cd83cd2271c100a9e6.tar.gz gentoo-2-f6b1c0e1ed70c4292479b9cd83cd2271c100a9e6.tar.bz2 gentoo-2-f6b1c0e1ed70c4292479b9cd83cd2271c100a9e6.zip |
QA: do not call econf in src_compile for EAPI=2 and later. Closes bug #376449.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/thinkfinger/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/thinkfinger/ChangeLog b/sys-auth/thinkfinger/ChangeLog index 7e3316836d49..a87774936cc2 100644 --- a/sys-auth/thinkfinger/ChangeLog +++ b/sys-auth/thinkfinger/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/thinkfinger # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.10 2011/06/16 23:55:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.11 2011/08/26 18:25:53 flameeyes Exp $ + + 26 Aug 2011; Diego E. Pettenò <flameeyes@gentoo.org> + thinkfinger-0.3-r3.ebuild: + QA: do not call econf in src_compile for EAPI=2 and later. Closes bug + #376449. *thinkfinger-0.3-r3 (16 Jun 2011) diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild index 10fc1e47408a..ff35e306ac28 100644 --- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild +++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.1 2011/06/16 23:55:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.2 2011/08/26 18:25:53 flameeyes Exp $ EAPI=2 @@ -40,13 +40,12 @@ pkg_setup() { fi } -src_compile() { +src_configure() { econf \ $(use_enable pam) \ $(use_enable debug usb-debug) \ "--with-securedir=$(getpam_mod_dir)" \ || die - emake || die } src_install() { |