diff options
Diffstat (limited to 'net-analyzer/bwping/bwping-1.7-r1.ebuild')
-rw-r--r-- | net-analyzer/bwping/bwping-1.7-r1.ebuild | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/net-analyzer/bwping/bwping-1.7-r1.ebuild b/net-analyzer/bwping/bwping-1.7-r1.ebuild index 4da77521ddb4..e04ac188d57c 100644 --- a/net-analyzer/bwping/bwping-1.7-r1.ebuild +++ b/net-analyzer/bwping/bwping-1.7-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.4 2014/12/20 12:50:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.5 2015/01/11 11:42:41 hwoarang Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils linux-info +inherit autotools-utils DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" HOMEPAGE="http://bwping.sourceforge.net/" @@ -16,17 +16,9 @@ SLOT="0" KEYWORDS="amd64 ~sparc x86 ~x86-fbsd" IUSE="ipv6" -PATCHES=( - "${FILESDIR}/${P}-buildsystem-configurable-ipv6.patch" # bug 454256 -) - -CONFIG_CHECK="IPV6" - -pkg_setup() { - if use ipv6; then - linux-info_pkg_setup - fi -} +#PATCHES=( +# "${FILESDIR}/${P}-buildsystem-configurable-ipv6.patch" # bug 454256 +#) src_configure() { local myeconfargs=( |