diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-29 22:04:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-29 22:04:49 +0000 |
commit | f5ebf5066f7df140603b4fbf4e9f87236135d1a9 (patch) | |
tree | 4b6bf209d9e9b98e540b479f17aaa026d1b3f4ba /net-analyzer | |
parent | Version bump to 1.1, auto* tools based. (diff) | |
download | historical-f5ebf5066f7df140603b4fbf4e9f87236135d1a9.tar.gz historical-f5ebf5066f7df140603b4fbf4e9f87236135d1a9.tar.bz2 historical-f5ebf5066f7df140603b4fbf4e9f87236135d1a9.zip |
dont use gcc.eclass anymore
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netcat/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/netcat/netcat-110-r6.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/netcat/Manifest b/net-analyzer/netcat/Manifest index 0fdb383d5a14..9986055b73a4 100644 --- a/net-analyzer/netcat/Manifest +++ b/net-analyzer/netcat/Manifest @@ -1,4 +1,4 @@ MD5 741b7eae88d6192b1130df8ba1d9011e ChangeLog 3759 -MD5 43f37a147ff3a939762f82a2146a05dd netcat-110-r6.ebuild 1551 +MD5 e7bc2d5a93ab1696d4c26ed10b590385 netcat-110-r6.ebuild 1562 MD5 c260f5cd9a68c0965120f9244b5df4ef metadata.xml 284 MD5 65549a89bfefa86a357427408e4ac6d7 files/digest-netcat-110-r6 200 diff --git a/net-analyzer/netcat/netcat-110-r6.ebuild b/net-analyzer/netcat/netcat-110-r6.ebuild index 87a7b045a6dc..07355fb04a3b 100644 --- a/net-analyzer/netcat/netcat-110-r6.ebuild +++ b/net-analyzer/netcat/netcat-110-r6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110-r6.ebuild,v 1.6 2004/10/26 14:34:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110-r6.ebuild,v 1.7 2004/11/29 22:04:49 vapier Exp $ -inherit eutils gcc flag-o-matic +inherit eutils toolchain-funcs flag-o-matic MY_P=nc${PV} DESCRIPTION="the network swiss army knife" @@ -37,7 +37,7 @@ src_compile() { use static && export STATIC="-static" use crypt && XFLAGS="${XFLAGS} -DAESCRYPT" && XLIBS="${XLIBS} -lmix" use GAPING_SECURITY_HOLE && XFLAGS="${XFLAGS} -DGAPING_SECURITY_HOLE" - CC="$(gcc-getCC) ${CFLAGS}" make -e nc || die + CC="$(tc-getCC) ${CFLAGS}" make -e nc || die } src_install() { |