summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-12-08 17:55:39 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-12-08 17:55:39 +0000
commit9b8a577f2eb169711a93b1746cd12364c3aa595e (patch)
tree3864275730ecf4079c3a435725f213b713e128e3 /net-misc/wget
parentVersion bump (diff)
downloadgentoo-2-9b8a577f2eb169711a93b1746cd12364c3aa595e.tar.gz
gentoo-2-9b8a577f2eb169711a93b1746cd12364c3aa595e.tar.bz2
gentoo-2-9b8a577f2eb169711a93b1746cd12364c3aa595e.zip
Disable progress bar assertion as recommended by upstream
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/ChangeLog5
-rw-r--r--net-misc/wget/wget-1.16.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 5ba401e16557..8f85548548be 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wget
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.199 2014/12/08 17:47:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.200 2014/12/08 17:55:39 polynomial-c Exp $
+
+ 08 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> wget-1.16.1.ebuild:
+ Disable progress bar assertion as recommended by upstream.
*wget-1.16.1 (08 Dec 2014)
diff --git a/net-misc/wget/wget-1.16.1.ebuild b/net-misc/wget/wget-1.16.1.ebuild
index 5f72feb581a0..c5749790f88a 100644
--- a/net-misc/wget/wget-1.16.1.ebuild
+++ b/net-misc/wget/wget-1.16.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.1.ebuild,v 1.1 2014/12/08 17:47:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.1.ebuild,v 1.2 2014/12/08 17:55:39 polynomial-c Exp $
EAPI="4"
PYTHON_COMPAT=( python{3_3,3_4} )
@@ -63,6 +63,7 @@ src_configure() {
PKG_CONFIG+=" --static"
fi
econf \
+ --disable-assert \
--disable-rpath \
$(use_with ssl ssl $(usex gnutls gnutls openssl)) \
$(use_enable ssl opie) \