Bug: https://bugs.gentoo.org/678124
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
# 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"
IUSE="doc debug"
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
default
}
multilib_src_install() {
- emake DESTDIR="${D}" install
+ default
if multilib_is_native_abi && use doc; then
docinto apidocs
- dohtml html/*
+ dodoc -r html
fi
}