Package-Manager: Portage-2.3.8, Repoman-2.3.3
EAPI=6
-inherit autotools
+inherit autotools multilib-minimal
DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version"
HOMEPAGE="https://github.com/thkukuk/libnsl"
DEPEND="
!<sys-libs/glibc-2.26
- net-libs/libtirpc
+ net-libs/libtirpc[${MULTILIB_USEDEP}]
"
RDEPEND=${DEPEND}
default
eautoreconf
}
+
+multilib_src_configure() {
+ # Fool multilib-minimal to run ./configure in out-of-tree build
+ ECONF_SOURCE=${S} econf
+}