summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-01-14 01:31:50 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-01-14 01:32:10 -0500
commit6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f (patch)
tree5506953e0595a6b0ade0a5ca22a05162c56cc91d /net-dns/updatedd
parentnet-dns/updatedd: add another patch to respect --docdir. (diff)
downloadgentoo-6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f.tar.gz
gentoo-6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f.tar.bz2
gentoo-6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f.zip
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
Diffstat (limited to 'net-dns/updatedd')
-rw-r--r--net-dns/updatedd/updatedd-2.6-r4.ebuild (renamed from net-dns/updatedd/updatedd-2.6-r3.ebuild)6
1 files changed, 0 insertions, 6 deletions
diff --git a/net-dns/updatedd/updatedd-2.6-r3.ebuild b/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
-}