Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/
Date: Mon, 30 Apr 2018 11:26:55
Message-Id: 1525087515.71627502e290946938c5ae9bdecd910b14447a4b.dilfridge@gentoo
1 commit: 71627502e290946938c5ae9bdecd910b14447a4b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 01:37:37 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 11:25:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71627502
7
8 net-libs/libnsl: inherit multilib-build in the dummy ebuild
9
10 This populates IUSE with the appropriate flags.
11
12 We don't actually want to RDEPEND on sys-libs/glibc[multilib] since the
13 multilib USE flag is forced on/off by the user's profile, and a mismatch
14 would just cause confusion.
15
16 [Sorry for the delay -dilfridge]
17
18 Closes: https://bugs.gentoo.org/643058
19
20 net-libs/libnsl/{libnsl-0.ebuild => libnsl-0-r1.ebuild} | 3 +++
21 1 file changed, 3 insertions(+)
22
23 diff --git a/net-libs/libnsl/libnsl-0.ebuild b/net-libs/libnsl/libnsl-0-r1.ebuild
24 similarity index 88%
25 rename from net-libs/libnsl/libnsl-0.ebuild
26 rename to net-libs/libnsl/libnsl-0-r1.ebuild
27 index eeebf1d587c..cf2e1bea64a 100644
28 --- a/net-libs/libnsl/libnsl-0.ebuild
29 +++ b/net-libs/libnsl/libnsl-0-r1.ebuild
30 @@ -3,6 +3,9 @@
31
32 EAPI=6
33
34 +# Used only to populate IUSE, bug 643058
35 +inherit multilib-build
36 +
37 DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version"
38 HOMEPAGE="https://github.com/thkukuk/libnsl"