diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-08 02:36:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-08 02:36:58 +0000 |
commit | b17602e6630468a155889a67dd447e10baa7b505 (patch) | |
tree | 0ff3868dbbff1a381eb05425d154f9d65efb99ad /sys-cluster/ipvsadm | |
parent | Bump to pacman-3.5.2 and use EAPI=4 and autotools-utils eclass for it. (diff) | |
download | gentoo-2-b17602e6630468a155889a67dd447e10baa7b505.tar.gz gentoo-2-b17602e6630468a155889a67dd447e10baa7b505.tar.bz2 gentoo-2-b17602e6630468a155889a67dd447e10baa7b505.zip |
popt only got pkgconfig in 1.16, and some infra systems have older versions of popt because nothing caused it to update.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 38fcdc5863c6..3a7e0856ec7e 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.49 2011/06/07 11:46:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.50 2011/06/08 02:36:58 robbat2 Exp $ + + 08 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> ipvsadm-1.26-r1.ebuild: + popt only got pkgconfig in 1.16, and some infra systems have older versions + of popt because nothing caused it to update. 07 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> ipvsadm-1.26-r1.ebuild: ppc/ppc64 stable wrt #370441 diff --git a/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild index bbcd489978b1..d59c9abd04a7 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild,v 1.2 2011/06/07 11:46:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.26-r1.ebuild,v 1.3 2011/06/08 02:36:58 robbat2 Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.2 dev-libs/libnl - dev-libs/popt" + >=dev-libs/popt-1.16" DEPEND="${RDEPEND} dev-util/pkgconfig" |