Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 824749 Details for
Bug 877651
app-admin/conserver-8.2.6-r3: does not always need net-libs/libnsl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to conserver ebuild, making libnsl dependency optional
app-admin_conserver_conserver-8.2.6-r3.ebuild.patch (text/plain), 763 bytes, created by
Jocelyn Mayer
on 2022-10-19 13:33:46 UTC
(
hide
)
Description:
Patch to conserver ebuild, making libnsl dependency optional
Filename:
MIME Type:
Creator:
Jocelyn Mayer
Created:
2022-10-19 13:33:46 UTC
Size:
763 bytes
patch
obsolete
>--- app-admin/conserver/conserver-8.2.6-r3.ebuild 2021-08-18 16:40:06.000000000 +0200 >+++ app-admin/conserver/conserver-8.2.6-r3.ebuild 2022-10-19 14:54:01.997503717 +0200 >@@ -13,9 +13,8 @@ > SLOT="0" > KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" >-IUSE="debug ipv6 freeipmi kerberos pam ssl test tcpd" >+IUSE="debug ipv6 freeipmi kerberos netgroups pam ssl test tcpd" > RESTRICT="!test? ( test )" > >-DEPEND="net-libs/libnsl:= >- virtual/libcrypt:= >+DEPEND="virtual/libcrypt:= > debug? ( dev-libs/dmalloc:= ) > freeipmi? ( sys-libs/freeipmi:= ) >@@ -26,5 +25,8 @@ > ssl? ( dev-libs/openssl:0= ) > pam? ( sys-libs/pam ) >- tcpd? ( sys-apps/tcp-wrappers ) >+ tcpd? ( >+ netgroups? ( net-libs/libnsl:= ) >+ sys-apps/tcp-wrappers[netgroups=] >+ ) > " > RDEPEND="${DEPEND}
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 877651
: 824749 |
824751