commit:     6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 06:31:50 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 06:32:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa5eeb2

net-dns/updatedd: new revision restoring the .la plugins.

The fix for bug 577248 broke the plugin discovery of updatedd. It's
not clear if the ".la" extension can simply be replaced by ".so", so
I've restored the ".la" files for now (by eliminating a call to
prune_libtool_files).

Gentoo-Bug: 605622
Reported-By: Maciej S. Szmigiero

Package-Manager: portage-2.3.0

 net-dns/updatedd/{updatedd-2.6-r3.ebuild => updatedd-2.6-r4.ebuild} | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r3.ebuild 
b/net-dns/updatedd/updatedd-2.6-r4.ebuild
similarity index 90%
rename from net-dns/updatedd/updatedd-2.6-r3.ebuild
rename to net-dns/updatedd/updatedd-2.6-r4.ebuild
index fbbc113..64e13b4 100644
--- a/net-dns/updatedd/updatedd-2.6-r3.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r4.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
 HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/";
@@ -26,8 +25,3 @@ PATCHES=(
 src_configure() {
        econf --disable-static --docdir="/usr/share/doc/${PF}"
 }
-
-src_install() {
-       default
-       prune_libtool_files
-}

Reply via email to