net-dns/updatedd: new revision restoring the .la plugins.
authorMichael Orlitzky <mjo@gentoo.org>
Sat, 14 Jan 2017 06:31:50 +0000 (01:31 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 14 Jan 2017 06:32:10 +0000 (01:32 -0500)
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-r4.ebuild [moved from net-dns/updatedd/updatedd-2.6-r3.ebuild with 90% similarity]

similarity index 90%
rename from net-dns/updatedd/updatedd-2.6-r3.ebuild
rename to net-dns/updatedd/updatedd-2.6-r4.ebuild
index fbbc113a1be87f244f5d4ab866d18023a8a18d84..64e13b4fb73c1fd351e8d074041f489e35fd9265 100644 (file)
@@ -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
-}