net-libs/libasyncns: fix multiple QA issues
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 16 Feb 2019 16:47:33 +0000 (19:47 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 16 Feb 2019 16:47:33 +0000 (19:47 +0300)
Bug: https://bugs.gentoo.org/678124
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-libs/libasyncns/libasyncns-0.8-r4.ebuild

index 4d10bdbdf781fafc52ff0f27f7bb5b12715a342c..cdde64a4fc8350b758bd7a5a3b3c736ec81a487e 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools flag-o-matic multilib-minimal
 
 DESCRIPTION="C library for executing name service queries asynchronously"
@@ -15,8 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd
 
 IUSE="doc debug"
 
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
        default
@@ -48,11 +48,11 @@ multilib_src_compile() {
 }
 
 multilib_src_install() {
-       emake DESTDIR="${D}" install
+       default
 
        if multilib_is_native_abi && use doc; then
                docinto apidocs
-               dohtml html/*
+               dodoc -r html
        fi
 }