diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/obconf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/obconf/obconf-2.0.3-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/obconf/ChangeLog b/x11-misc/obconf/ChangeLog index 0a3449e0ae2e..a34222da1954 100644 --- a/x11-misc/obconf/ChangeLog +++ b/x11-misc/obconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/obconf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.68 2010/09/07 11:25:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.69 2010/10/18 20:58:53 flameeyes Exp $ + + 18 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> + obconf-2.0.3-r1.ebuild: + QA: fix call to econf in src_compile for EAPI=2. *obconf-2.0.3-r1 (07 Sep 2010) diff --git a/x11-misc/obconf/obconf-2.0.3-r1.ebuild b/x11-misc/obconf/obconf-2.0.3-r1.ebuild index 9f3bd15ea39b..33359150b51a 100644 --- a/x11-misc/obconf/obconf-2.0.3-r1.ebuild +++ b/x11-misc/obconf/obconf-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.1 2010/09/07 11:25:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.2 2010/10/18 20:58:53 flameeyes Exp $ EAPI="2" @@ -28,11 +28,10 @@ src_prepare() { epatch "${FILESDIR}/${P}-hardened.patch" } -src_compile() { +src_configure() { econf \ $(use_enable nls) \ || die "econf failed" - emake || die "emake failed" } src_install() { |