From 6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 14 Jan 2017 01:31:50 -0500 Subject: [PATCH] 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 --- .../{updatedd-2.6-r3.ebuild => updatedd-2.6-r4.ebuild} | 6 ------ 1 file changed, 6 deletions(-) rename net-dns/updatedd/{updatedd-2.6-r3.ebuild => updatedd-2.6-r4.ebuild} (90%) 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 -} -- 2.26.2