From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 375B1138330 for ; Sat, 13 Jan 2018 12:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E04CE08F1; Sat, 13 Jan 2018 12:59:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80343E08F1 for ; Sat, 13 Jan 2018 12:59:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 851FF335C46 for ; Sat, 13 Jan 2018 12:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE1E197 for ; Sat, 13 Jan 2018 12:58:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515848331.313e5ad72aa18c4b9453a12b71435e8d6cf74b59.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.5.10-r1.ebuild net-fs/samba/samba-4.5.15.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 313e5ad72aa18c4b9453a12b71435e8d6cf74b59 X-VCS-Branch: master Date: Sat, 13 Jan 2018 12:58:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 575d949e-5b6a-49d1-9d0f-5586974a0fcd X-Archives-Hash: ae5d484c48a3f79d6738ce27981ce72a commit: 313e5ad72aa18c4b9453a12b71435e8d6cf74b59 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 13 12:58:37 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 13 12:58:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313e5ad7 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 net-fs/samba/samba-4.5.10-r1.ebuild | 3 ++- 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 d21506da9c7..fe9661d17a0 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 f73bbd3a65e..968e06d54fb 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+=(