Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 474394 Details for
Bug 563146
net-fs/samba-4.2.4-r1 - automagic dep/linking on sys-cluster/ceph - libcephfs.so.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
example patch that adds IUSE+=ceph to 4.5.10
samba-4.5.10.ebuild.patch (text/plain), 1.57 KB, created by
Sławomir Nizio
on 2017-05-26 17:09:50 UTC
(
hide
)
Description:
example patch that adds IUSE+=ceph to 4.5.10
Filename:
MIME Type:
Creator:
Sławomir Nizio
Created:
2017-05-26 17:09:50 UTC
Size:
1.57 KB
patch
obsolete
>diff --git a/usr/portage/net-fs/samba/samba-4.5.10.ebuild b/samba-4.5.10.ebuild >index 2b4fa50f3..6b594b2c9 100644 >--- a/usr/portage/net-fs/samba/samba-4.5.10.ebuild >+++ b/samba-4.5.10.ebuild >@@ -16,7 +16,7 @@ SRC_PATH="stable" > SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz > https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz" > [[ ${PV} = *_rc* ]] || \ >-KEYWORDS="amd64 ppc64 x86" >+KEYWORDS="~amd64 ~x86" > > DESCRIPTION="Samba Suite Version 4" > HOMEPAGE="http://www.samba.org/" >@@ -26,6 +26,7 @@ SLOT="0" > > IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam > quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" >+IUSE+=" ceph" # Sabayon addition; related to Gentoo bug 563146 > > MULTILIB_WRAPPED_HEADERS=( > /usr/include/samba-4.0/policy.h >@@ -72,7 +73,8 @@ CDEPEND="${PYTHON_DEPS} > ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) > system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) > system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) >- systemd? ( sys-apps/systemd:0= )" >+ systemd? ( sys-apps/systemd:0= ) >+ ceph? ( sys-cluster/ceph )" > DEPEND="${CDEPEND} > virtual/pkgconfig > test? ( >@@ -181,6 +183,7 @@ multilib_src_configure() { > $(usex test '--enable-selftest' '') > $(use_enable zeroconf avahi) > --with-shared-modules=${SHAREDMODS} >+ $(use_enable ceph cephfs) > ) > else > myconf+=( >@@ -204,6 +207,7 @@ multilib_src_configure() { > $(usex system-mitkrb5 '--with-system-mitkrb5' '') > --without-winbind > --disable-python >+ --disable-cephfs > ) > fi >
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 563146
:
460576
|
460578
| 474394 |
499940