commit:     71627502e290946938c5ae9bdecd910b14447a4b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 01:37:37 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 30 11:25:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71627502

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

 net-libs/libnsl/{libnsl-0.ebuild => libnsl-0-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-libs/libnsl/libnsl-0.ebuild 
b/net-libs/libnsl/libnsl-0-r1.ebuild
similarity index 88%
rename from net-libs/libnsl/libnsl-0.ebuild
rename to net-libs/libnsl/libnsl-0-r1.ebuild
index eeebf1d587c..cf2e1bea64a 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";
 

Reply via email to