diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:39:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:39:20 +0000 |
commit | edb78bd75dc65f91eb13fefd1ea8fe02d2e067cc (patch) | |
tree | 31ce3373b654832827a07bf596810ed67eb16c08 /net-misc/ipx-utils | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-edb78bd75dc65f91eb13fefd1ea8fe02d2e067cc.tar.gz gentoo-2-edb78bd75dc65f91eb13fefd1ea8fe02d2e067cc.tar.bz2 gentoo-2-edb78bd75dc65f91eb13fefd1ea8fe02d2e067cc.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ipx-utils')
-rw-r--r-- | net-misc/ipx-utils/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/ipx-utils/ChangeLog b/net-misc/ipx-utils/ChangeLog index 49302e11d3a4..767295e0789b 100644 --- a/net-misc/ipx-utils/ChangeLog +++ b/net-misc/ipx-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipx-utils -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.14 2007/04/22 16:11:20 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.15 2009/09/23 19:39:20 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ipx-utils-1.1-r2.ebuild: + Remove virtual/libc 22 Apr 2007; Christian Heim <phreak@gentoo.org> files/ipx-utils-1.1-makefile.patch, ipx-utils-1.1-r2.ebuild: diff --git a/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild b/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild index efc76d4e1a33..4f96d2d75055 100644 --- a/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild +++ b/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/ipx-utils/ipx-utils-1.1-r2.ebuild,v 1.3 2007/04/22 16:11:20 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1-r2.ebuild,v 1.4 2009/09/23 19:39:20 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ppc64 s390 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${P/-utils} |