diff options
-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" |