diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:47:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:47:33 +0000 |
commit | 44fd6810588f7309120dce60f9c6a06173a87509 (patch) | |
tree | 303461bf5c8e1809c7ca12030a816cc51fe04fa3 /net-misc/vconfig | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-44fd6810588f7309120dce60f9c6a06173a87509.tar.gz gentoo-2-44fd6810588f7309120dce60f9c6a06173a87509.tar.bz2 gentoo-2-44fd6810588f7309120dce60f9c6a06173a87509.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/vconfig')
-rw-r--r-- | net-misc/vconfig/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog index 4e44418056cb..5dadd2ed4655 100644 --- a/net-misc/vconfig/ChangeLog +++ b/net-misc/vconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vconfig -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.30 2008/07/07 01:33:09 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.31 2009/09/23 19:47:33 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> vconfig-1.9.ebuild: + Remove virtual/libc 07 Jul 2008; Jeroen Roovers <jer@gentoo.org> vconfig-1.9.ebuild: Stable for HPPA too. diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index 1358cdd3a2a8..360a89dced12 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.12 2008/07/07 01:33:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.13 2009/09/23 19:47:33 patrick Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,8 +14,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86" IUSE="static" -#DEPEND="virtual/libc virtual/os-headers" -#RDEPEND="!static? ( virtual/libc )" src_compile() { use static && appened-ldflags -static |