From 71627502e290946938c5ae9bdecd910b14447a4b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 1 Jan 2018 20:37:37 -0500 Subject: [PATCH] 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(+) rename net-libs/libnsl/{libnsl-0.ebuild => libnsl-0-r1.ebuild} (88%) 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 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" -- 2.26.2