diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:44:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:44:15 +0000 |
commit | ba22d09c9123ac5afffa65cd606a4cdf62a780ee (patch) | |
tree | 9900a187079313e1b28b84d3a6768646d870c8ee /sys-cluster/ipvsadm | |
parent | Remove virtual/libc (diff) | |
download | historical-ba22d09c9123ac5afffa65cd606a4cdf62a780ee.tar.gz historical-ba22d09c9123ac5afffa65cd606a4cdf62a780ee.tar.bz2 historical-ba22d09c9123ac5afffa65cd606a4cdf62a780ee.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index c7b06b70a341..b46848ced798 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ipvsadm -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.37 2008/03/01 18:31:44 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.38 2009/09/23 20:40:53 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ipvsadm-1.21-r1.ebuild: + Remove virtual/libc 01 Mar 2008; Christoph Mende <angelos@gentoo.org> ipvsadm-1.24.ebuild: Stable on amd64 diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 51df4842e2d9..4be143a2fdde 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.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/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.14 2008/02/03 22:31:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.15 2009/09/23 20:40:53 patrick Exp $ inherit linux-info @@ -11,8 +11,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." HOMEPAGE="http://linuxvirtualserver.org" LICENSE="GPL-2" -DEPEND="virtual/libc - virtual/linux-sources +DEPEND="virtual/linux-sources >=sys-libs/ncurses-5.2" SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.4/${MY_P}.tar.gz" |