summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-02-24 12:27:34 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-02-24 12:27:34 +0000
commitd4a221db0a8682e8d845e364d8b8edd1367a0bd7 (patch)
tree69923481b6f15ac25e0ba29cc5606e5aec283bb3 /www-client/elinks
parentAdd a test suite. (diff)
downloadgentoo-2-d4a221db0a8682e8d845e364d8b8edd1367a0bd7.tar.gz
gentoo-2-d4a221db0a8682e8d845e364d8b8edd1367a0bd7.tar.bz2
gentoo-2-d4a221db0a8682e8d845e364d8b8edd1367a0bd7.zip
Run econf in src_configure, to be QA-correct and avoid running ./configure twice, wrt bug #306629.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'www-client/elinks')
-rw-r--r--www-client/elinks/ChangeLog8
-rw-r--r--www-client/elinks/elinks-0.11.7.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog
index 44d2069adba2..fba290bf6cbb 100644
--- a/www-client/elinks/ChangeLog
+++ b/www-client/elinks/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/elinks
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.117 2009/09/23 20:38:10 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.118 2010/02/24 12:27:34 phajdan.jr Exp $
+
+ 24 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> elinks-0.11.7.ebuild:
+ Run econf in src_configure, to be QA-correct and avoid running ./configure
+ twice, wrt bug #306629.
23 Sep 2009; Alex Legler <a3li@gentoo.org> -elinks-0.11.3.ebuild,
-elinks-0.11.4.ebuild:
diff --git a/www-client/elinks/elinks-0.11.7.ebuild b/www-client/elinks/elinks-0.11.7.ebuild
index c168f9efc570..2e171f3347c0 100644
--- a/www-client/elinks/elinks-0.11.7.ebuild
+++ b/www-client/elinks/elinks-0.11.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild,v 1.2 2009/09/15 16:12:57 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild,v 1.3 2010/02/24 12:27:34 phajdan.jr Exp $
EAPI="2"
@@ -60,7 +60,7 @@ src_prepare() {
eautoreconf
}
-src_compile() {
+src_configure() {
# NOTE about GNUTSL SSL support (from the README -- 25/12/2002)
# As GNUTLS is not yet 100% stable and its support in ELinks is not so well
# tested yet, it's recommended for users to give a strong preference to OpenSSL whenever possible.
@@ -102,7 +102,6 @@ src_compile() {
$(use_enable nntp) \
$(use_enable finger) \
${myconf} || die
- emake || die "compile problem"
}
src_install() {