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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60F8F158046 for ; Mon, 14 Oct 2024 18:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57FCBE0805; Mon, 14 Oct 2024 18:42:36 +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 43990E0805 for ; Mon, 14 Oct 2024 18:42:36 +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 7D8E134309F for ; Mon, 14 Oct 2024 18:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4291D6E for ; Mon, 14 Oct 2024 18:42:33 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1728931149.a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6.bkohler@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.21.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6 X-VCS-Branch: master Date: Mon, 14 Oct 2024 18:42:33 +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: 1960bf50-0a8c-4676-91cc-4e18ca12e6f0 X-Archives-Hash: 419681a6d18ae7ba4838363eb1f16e14 commit: a84f0d8c4c9331e2dcab0eef1096901bc1e97ec6 Author: Ben Kohler gentoo org> AuthorDate: Mon Oct 14 18:11:12 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Oct 14 18:39:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84f0d8c net-fs/samba: add subslot for bundled ldb Bug: https://bugs.gentoo.org/941298 Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index 702b83ed1e64..0f5e0e36c25d 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -21,7 +21,7 @@ fi S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" -SLOT="0" +SLOT="0/2.10.0" IUSE="acl addc ads ceph client cluster cups debug fam glusterfs gpg" IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota +regedit selinux" IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind"