commit:     4fbb75c002aebdf23915c9f9580b9271c39442c2
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 15:13:54 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 15:13:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbb75c0

net-libs/enet: inherit eutils instead of base

Package-Manager: portage-2.2.24

 net-libs/enet/enet-1.3.13.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/net-libs/enet/enet-1.3.13.ebuild b/net-libs/enet/enet-1.3.13.ebuild
index ff7aaaa..83588c5 100644
--- a/net-libs/enet/enet-1.3.13.ebuild
+++ b/net-libs/enet/enet-1.3.13.ebuild
@@ -3,8 +3,7 @@
 # $Id$
 
 EAPI=5
-
-inherit base
+inherit eutils
 
 DESCRIPTION="relatively thin, simple and robust network communication layer on 
top of UDP"
 HOMEPAGE="http://enet.bespin.org/";
@@ -17,17 +16,11 @@ IUSE="static-libs"
 
 RDEPEND="!${CATEGORY}/${PN}:0"
 
-DOCS=( "ChangeLog" "README" )
-
 src_configure() {
-       econf \
-               --disable-dependency-tracking \
-               $(use_enable static-libs static)
+       econf $(use_enable static-libs static)
 }
 
 src_install() {
-       base_src_install
-       if ! use static-libs ; then
-               find "${D}" -type f -name '*.la' -exec rm {} + || die
-       fi
+       default
+       prune_libtool_files
 }

Reply via email to