Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 430068 Details for
Bug 579544
sys-libs/ldb can be built without net-nds/openldap: make dependency optional
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild patch making the openldap dependency optional
file_579544.txt (text/plain), 753 bytes, created by
Vincent Brillault
on 2016-04-10 21:03:24 UTC
(
hide
)
Description:
Ebuild patch making the openldap dependency optional
Filename:
MIME Type:
Creator:
Vincent Brillault
Created:
2016-04-10 21:03:24 UTC
Size:
753 bytes
patch
obsolete
>--- /usr/portage/sys-libs/ldb/ldb-1.1.26.ebuild >+++ /usr/local/portage/sys-libs/ldb/ldb-1.1.26.ebuild >@@ -15,14 +15,14 @@ > LICENSE="LGPL-3" > SLOT="0/${PV}" > KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" >-IUSE="doc" >+IUSE="ldap doc" > > RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) > dev-libs/popt[${MULTILIB_USEDEP}] > >=sys-libs/talloc-2.1.5[python,${MULTILIB_USEDEP}] > >=sys-libs/tevent-0.9.27[python(+),${MULTILIB_USEDEP}] > >=sys-libs/tdb-1.3.8[python,${MULTILIB_USEDEP}] >- net-nds/openldap >+ ldap? ( net-nds/openldap ) > !!<net-fs/samba-3.6.0[ldb] > !!>=net-fs/samba-4.0.0[ldb] > ${PYTHON_DEPS}
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 Raw
Actions:
View
Attachments on
bug 579544
: 430068 |
430070