Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 512684 Details for
Bug 643058
net-libs/libnsl-0 missing multilib dependencies
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
libnsl-multilib.patch (text/plain), 1.15 KB, created by
Mike Gilbert
on 2018-01-02 01:42:25 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Mike Gilbert
Created:
2018-01-02 01:42:25 UTC
Size:
1.15 KB
patch
obsolete
>From 7319c0be2e1b6a16a1be07b3ef377de6c0422992 Mon Sep 17 00:00:00 2001 >From: Mike Gilbert <floppym@gentoo.org> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 643058
:
512672
| 512684