summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-01-01 20:37:37 -0500
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-04-30 13:25:15 +0200
commit71627502e290946938c5ae9bdecd910b14447a4b (patch)
tree066d17815ca1482b3b536b1a36874c340f5b7a77 /net-libs/libnsl
parentmail-client/alpine: Fix DESCRIPTION, resort keywords (diff)
downloadgentoo-71627502e290946938c5ae9bdecd910b14447a4b.tar.gz
gentoo-71627502e290946938c5ae9bdecd910b14447a4b.tar.bz2
gentoo-71627502e290946938c5ae9bdecd910b14447a4b.zip
net-libs/libnsl: inherit multilib-build in the dummy ebuild
This populates IUSE with the appropriate flags. We don't actually want to RDEPEND on sys-libs/glibc[multilib] since the multilib USE flag is forced on/off by the user's profile, and a mismatch would just cause confusion. [Sorry for the delay -dilfridge] Closes: https://bugs.gentoo.org/643058
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r--net-libs/libnsl/libnsl-0-r1.ebuild (renamed from net-libs/libnsl/libnsl-0.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-libs/libnsl/libnsl-0.ebuild b/net-libs/libnsl/libnsl-0-r1.ebuild
index eeebf1d587cf..cf2e1bea64a9 100644
--- a/net-libs/libnsl/libnsl-0.ebuild
+++ b/net-libs/libnsl/libnsl-0-r1.ebuild
@@ -3,6 +3,9 @@
EAPI=6
+# Used only to populate IUSE, bug 643058
+inherit multilib-build
+
DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version"
HOMEPAGE="https://github.com/thkukuk/libnsl"