diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-13 13:58:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-13 13:58:51 +0100 |
commit | 313e5ad72aa18c4b9453a12b71435e8d6cf74b59 (patch) | |
tree | 063e8cce78fdba4afae19828452098dee59f8e78 /net-fs/samba | |
parent | media-tv/kodi: Tweak ffmpeg dep to mark only 3.4 as broken with Kodi. (diff) | |
download | gentoo-313e5ad72aa18c4b9453a12b71435e8d6cf74b59.tar.gz gentoo-313e5ad72aa18c4b9453a12b71435e8d6cf74b59.tar.bz2 gentoo-313e5ad72aa18c4b9453a12b71435e8d6cf74b59.zip |
net-fs/samba: Disabled ceph support in samba-4.5
Closes: https://bugs.gentoo.org/643426
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-4.5.10-r1.ebuild | 3 | ||||
-rw-r--r-- | net-fs/samba/samba-4.5.15.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.5.10-r1.ebuild b/net-fs/samba/samba-4.5.10-r1.ebuild index d21506da9c7f..fe9661d17a0d 100644 --- a/net-fs/samba/samba-4.5.10-r1.ebuild +++ b/net-fs/samba/samba-4.5.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -160,6 +160,7 @@ multilib_src_configure() { --disable-rpath-install --nopyc --nopyo + --disable-cephfs ) if multilib_is_native_abi ; then myconf+=( diff --git a/net-fs/samba/samba-4.5.15.ebuild b/net-fs/samba/samba-4.5.15.ebuild index f73bbd3a65e0..968e06d54fb8 100644 --- a/net-fs/samba/samba-4.5.15.ebuild +++ b/net-fs/samba/samba-4.5.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -160,6 +160,7 @@ multilib_src_configure() { --disable-rpath-install --nopyc --nopyo + --disable-cephfs ) if multilib_is_native_abi ; then myconf+=( |