commit:     7ad3bbdbeeca115602ea36a5c5676e608c96f463
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 09:52:49 2015 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 09:55:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad3bbdb

sys-cluster/keepalived: latest ebuild to EAPI 5

Package-Manager: portage-2.2.24

 sys-cluster/keepalived/keepalived-1.2.19.ebuild | 11 +++++------
 1 file 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 e7a8323..f7eb5e0 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
 

Reply via email to