summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-11-24 10:52:49 +0100
committerUltrabug <ultrabug@gentoo.org>2015-11-24 10:55:38 +0100
commit7ad3bbdbeeca115602ea36a5c5676e608c96f463 (patch)
tree38036048fe4f10d0ee91bc85ff0affdb195bd3f2 /sys-cluster
parentwww-servers/tornado: Stable for PPC64 (bug #549898). (diff)
downloadgentoo-7ad3bbdbeeca115602ea36a5c5676e608c96f463.tar.gz
gentoo-7ad3bbdbeeca115602ea36a5c5676e608c96f463.tar.bz2
gentoo-7ad3bbdbeeca115602ea36a5c5676e608c96f463.zip
sys-cluster/keepalived: latest ebuild to EAPI 5
Package-Manager: portage-2.2.24
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/keepalived/keepalived-1.2.19.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.2.19.ebuild b/sys-cluster/keepalived/keepalived-1.2.19.ebuild
index e7a8323d492d..f7eb5e04c2ab 100644
--- a/sys-cluster/keepalived/keepalived-1.2.19.ebuild
+++ b/sys-cluster/keepalived/keepalived-1.2.19.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
-inherit autotools base
+inherit autotools
DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
HOMEPAGE="http://www.keepalived.org/"
@@ -17,8 +17,8 @@ IUSE="debug ipv6 snmp"
RDEPEND="dev-libs/popt
sys-apps/iproute2
- dev-libs/libnl
- dev-libs/openssl
+ dev-libs/libnl:=
+ dev-libs/openssl:=
snmp? ( net-analyzer/net-snmp )"
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.30"
@@ -31,7 +31,6 @@ DOCS=( README CONTRIBUTORS INSTALL VERSION ChangeLog AUTHOR TODO
doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )
src_prepare() {
- base_src_prepare
eautoreconf
}
@@ -53,7 +52,7 @@ src_install() {
use snmp && dodoc doc/KEEPALIVED-MIB
docinto genhash
- dodoc genhash/README genhash/AUTHOR genhash/ChangeLog genhash/VERSION || die
+ dodoc genhash/README genhash/AUTHOR genhash/ChangeLog genhash/VERSION
# This was badly named by upstream, it's more HOWTO than anything else.
newdoc INSTALL INSTALL+HOWTO