diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:53:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:53:09 +0000 |
commit | fa07bbd46c5c9afbb0f22580a25f6f946d3fa5f8 (patch) | |
tree | 1d43c520ba97da2c5e0416ed44127ec16745b6c7 /net-wireless/hostap-utils | |
parent | Remove virtual/libc (diff) | |
download | historical-fa07bbd46c5c9afbb0f22580a25f6f946d3fa5f8.tar.gz historical-fa07bbd46c5c9afbb0f22580a25f6f946d3fa5f8.tar.bz2 historical-fa07bbd46c5c9afbb0f22580a25f6f946d3fa5f8.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r-- | net-wireless/hostap-utils/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog index 85fded30e944..8e4110360f1a 100644 --- a/net-wireless/hostap-utils/ChangeLog +++ b/net-wireless/hostap-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/hostap-utils -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.34 2007/02/22 03:10:16 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.35 2009/09/23 19:52:25 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hostap-utils-0.4.7.ebuild: + Remove virtual/libc 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild index 8a87817639aa..ddf3d8897ffd 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild,v 1.4 2006/02/02 21:38:27 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild,v 1.5 2009/09/23 19:52:25 patrick Exp $ inherit toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" |