From: Michael Orlitzky Date: Sat, 14 Jan 2017 06:31:50 +0000 (-0500) Subject: net-dns/updatedd: new revision restoring the .la plugins. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f;p=gentoo.git 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 --- 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 fbbc113a1be8..64e13b4fb73c 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 -}