From 7319c0be2e1b6a16a1be07b3ef377de6c0422992 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. --- 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 37bd022979c2..5d491e766004 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.16.0.rc0