diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-18 20:58:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-18 20:58:53 +0000 |
commit | e01d27ae411a722e290944f3f102f99886f89e54 (patch) | |
tree | 0ba0ccc58fae19d13c339854bb9214fa1cfaa802 /x11-misc | |
parent | Add "System" category to desktop entry to make desktop-file-validate happy. (diff) | |
download | gentoo-2-e01d27ae411a722e290944f3f102f99886f89e54.tar.gz gentoo-2-e01d27ae411a722e290944f3f102f99886f89e54.tar.bz2 gentoo-2-e01d27ae411a722e290944f3f102f99886f89e54.zip |
QA: fix call to econf in src_compile for EAPI=2.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
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() { |