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 07CA2158042 for ; Thu, 17 Oct 2024 20:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16055E0973; Thu, 17 Oct 2024 20:00:09 +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 F2D9FE0973 for ; Thu, 17 Oct 2024 20:00:08 +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 2DFD5343089 for ; Thu, 17 Oct 2024 20:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD0C1293 for ; Thu, 17 Oct 2024 20:00:06 +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: <1729195200.ef491d1a5565afd390e02adf41a69abbe97fa2ca.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/metadata.xml net-fs/samba/samba-4.21.1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ef491d1a5565afd390e02adf41a69abbe97fa2ca X-VCS-Branch: master Date: Thu, 17 Oct 2024 20:00: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: 01d078d9-f975-48b6-b862-c9e4ed239d3b X-Archives-Hash: 0a5ff6294ec1cca28985c480cf593200 commit: ef491d1a5565afd390e02adf41a69abbe97fa2ca Author: Ben Kohler gentoo org> AuthorDate: Thu Oct 17 19:52:07 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Oct 17 20:00:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef491d1a net-fs/samba: add new (conditional) dep on lmdb This is used conditionally for the bundled ldb, same as on the previously split sys-libs/ldb package. Closes: https://bugs.gentoo.org/941721 Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/metadata.xml | 3 ++- net-fs/samba/samba-4.21.1.ebuild | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml index 0839deab51b0..b2a746fcfc9b 100644 --- a/net-fs/samba/metadata.xml +++ b/net-fs/samba/metadata.xml @@ -16,8 +16,9 @@ Enable support for clustering Enable support for Glusterfs filesystem via sys-cluster/glusterfs Use app-crypt/gpgme for AD DC - Enable json audit support through dev-libs/jansson Enabling iPrint technology by Novell + Enable json audit support through dev-libs/jansson + Enable LMDB backend for bundled ldb Enables support for collecting profiling data Enables support for user quotas Enable support for regedit command-line tool diff --git a/net-fs/samba/samba-4.21.1.ebuild b/net-fs/samba/samba-4.21.1.ebuild index e1985456f25d..b5be6bbfc3df 100644 --- a/net-fs/samba/samba-4.21.1.ebuild +++ b/net-fs/samba/samba-4.21.1.ebuild @@ -23,9 +23,9 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" 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" -IUSE+=" zeroconf" +IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" +IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" +IUSE+=" systemd test unwind winbind zeroconf" REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) @@ -99,6 +99,7 @@ COMMON_DEPEND=" gpg? ( app-crypt/gpgme:= ) json? ( dev-libs/jansson:= ) ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) + lmdb? ( >=dev-db/lmdb-0.9.16:=[${MULTILIB_USEDEP}] ) pam? ( sys-libs/pam ) python? ( sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}] @@ -291,6 +292,7 @@ multilib_src_configure() { $(use_with ldap) $(use_with profiling-data) --private-libraries='!ldb' + $(usex lmdb '' --without-ldb-lmdb) # bug #683148 --jobs 1 )