diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:04:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:04:37 +0000 |
commit | b436b9dd3beefc67144e0a063f4ca1ff2880e06c (patch) | |
tree | 9951d6ed94712b24569a9ce871066140843f0f3a /net-misc/ipv6calc/ipv6calc-0.45.ebuild | |
parent | Modified to apply patches in src_unpack() (diff) | |
download | gentoo-2-b436b9dd3beefc67144e0a063f4ca1ff2880e06c.tar.gz gentoo-2-b436b9dd3beefc67144e0a063f4ca1ff2880e06c.tar.bz2 gentoo-2-b436b9dd3beefc67144e0a063f4ca1ff2880e06c.zip |
QA: Remove default src_compile.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/ipv6calc/ipv6calc-0.45.ebuild')
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.45.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-0.45.ebuild b/net-misc/ipv6calc/ipv6calc-0.45.ebuild index 3d222643a245..e2a6068d88ab 100644 --- a/net-misc/ipv6calc/ipv6calc-0.45.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.45.ebuild,v 1.10 2005/01/06 22:50:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.45.ebuild,v 1.11 2005/07/30 18:04:37 swegener Exp $ IUSE="" DESCRIPTION="ipv6calc convert a given IPv6 address to the compressed format or to the format used by /proc/net/if_inet6." @@ -12,11 +12,6 @@ SLOT="0" DEPEND="virtual/libc" -src_compile() { - econf || die "econf failed" - emake || die -} - src_install () { # Using installonly to skip the tests scripts which are really broken make root=${D} installonly || die |