diff options
author | 2004-10-26 14:16:15 +0000 | |
---|---|---|
committer | 2004-10-26 14:16:15 +0000 | |
commit | cc4f90c55733b9238b92013b01d1d736af970f91 (patch) | |
tree | 5d4b5d1f8f9f31d60e42aba18b2b96b0bc527327 /net-misc | |
parent | stable on ppc gsla: 65319 (diff) | |
download | gentoo-2-cc4f90c55733b9238b92013b01d1d736af970f91.tar.gz gentoo-2-cc4f90c55733b9238b92013b01d1d736af970f91.tar.bz2 gentoo-2-cc4f90c55733b9238b92013b01d1d736af970f91.zip |
use $(tc-getCC) / amd64 stable
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcp/dhcp-3.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/dhcp/dhcp-3.0.1.ebuild b/net-misc/dhcp/dhcp-3.0.1.ebuild index 836c4d17967b..4f6d9228fa12 100644 --- a/net-misc/dhcp/dhcp-3.0.1.ebuild +++ b/net-misc/dhcp/dhcp-3.0.1.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-misc/dhcp/dhcp-3.0.1.ebuild,v 1.7 2004/10/17 12:42:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.1.ebuild,v 1.8 2004/10/26 14:16:15 vapier Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="ISC Dynamic Host Configuration Protocol" HOMEPAGE="http://www.isc.org/products/DHCP" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" LICENSE="isc-dhcp" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips arm hppa ~ppc64 ~alpha ~amd64" +KEYWORDS="~alpha amd64 arm hppa ~mips ppc ~ppc64 sparc x86" IUSE="static selinux" RDEPEND="virtual/libc @@ -42,7 +42,7 @@ src_compile() { END cat <<-END > site.conf - CC = gcc + CC = $(tc-getCC) LIBDIR = /usr/lib INCDIR = /usr/include ETC = /etc/dhcp |