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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5F65158086 for ; Fri, 31 Dec 2021 17:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C022BC033; Fri, 31 Dec 2021 17:50:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB30A2BC033 for ; Fri, 31 Dec 2021 17:50:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DB56342D45 for ; Fri, 31 Dec 2021 17:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4EC1C6 for ; Fri, 31 Dec 2021 17:50:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1640972985.6a23e0c4de4aeb29a4aa8bc84bd954020bf8c6a4.soap@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.14.10-r1.ebuild net-fs/samba/samba-4.14.10-r2.ebuild net-fs/samba/samba-4.15.2-r1.ebuild net-fs/samba/samba-4.15.2-r2.ebuild net-fs/samba/samba-4.15.3-r1.ebuild net-fs/samba/samba-4.15.3.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a23e0c4de4aeb29a4aa8bc84bd954020bf8c6a4 X-VCS-Branch: master Date: Fri, 31 Dec 2021 17:50:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfb9e342-1032-4109-8832-8727cc4ff212 X-Archives-Hash: 22d2e3b30913134ff558263edb4efa0b commit: 6a23e0c4de4aeb29a4aa8bc84bd954020bf8c6a4 Author: David Seifert gentoo org> AuthorDate: Fri Dec 31 17:49:45 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 31 17:49:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a23e0c4 net-fs/samba: update for multilib sys-fs/e2fsprogs Bug: https://bugs.gentoo.org/806875 Signed-off-by: David Seifert gentoo.org> net-fs/samba/{samba-4.14.10-r1.ebuild => samba-4.14.10-r2.ebuild} | 5 ++++- net-fs/samba/{samba-4.15.2-r1.ebuild => samba-4.15.2-r2.ebuild} | 5 ++++- net-fs/samba/{samba-4.15.3.ebuild => samba-4.15.3-r1.ebuild} | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.14.10-r1.ebuild b/net-fs/samba/samba-4.14.10-r2.ebuild similarity index 98% rename from net-fs/samba/samba-4.14.10-r1.ebuild rename to net-fs/samba/samba-4.14.10-r2.ebuild index b075f908df2a..a89e3d9692cc 100644 --- a/net-fs/samba/samba-4.14.10-r1.ebuild +++ b/net-fs/samba/samba-4.14.10-r2.ebuild @@ -67,7 +67,10 @@ COMMON_DEPEND=" dev-perl/Parse-Yapp >=net-libs/gnutls-3.4.7[${MULTILIB_USEDEP}] net-libs/libnsl:=[${MULTILIB_USEDEP}] - sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + || ( + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] + sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + ) >=sys-libs/ldb-2.3.2[ldap(+)?,${MULTILIB_USEDEP}] =net-libs/gnutls-3.4.7[${MULTILIB_USEDEP}] - sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + || ( + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] + sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + ) >=sys-libs/ldb-2.4.1[ldap(+)?,${MULTILIB_USEDEP}]