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 F3A50158046 for ; Mon, 14 Oct 2024 20:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB6FE07B3; Mon, 14 Oct 2024 20:23:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D500BE07B3 for ; Mon, 14 Oct 2024 20:23:47 +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 1C3F2343078 for ; Mon, 14 Oct 2024 20:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0651671 for ; Mon, 14 Oct 2024 20:23:45 +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: <1728937420.6d09d79e54abeb3fd8719fb59c75b75ac314375f.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: 6d09d79e54abeb3fd8719fb59c75b75ac314375f X-VCS-Branch: master Date: Mon, 14 Oct 2024 20:23:45 +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: ef41f51a-2e7f-47c9-919d-ba2b57b5132b X-Archives-Hash: 844cc36cb87aa1d9b799a4ed6b18581f commit: 6d09d79e54abeb3fd8719fb59c75b75ac314375f Author: Ben Kohler gentoo org> AuthorDate: Mon Oct 14 20:23:24 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Oct 14 20:23:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d09d79e net-fs/samba: remove stray ldb dep Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.21.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index 0f5e0e36c25d..e1985456f25d 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -101,7 +101,6 @@ COMMON_DEPEND=" ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) pam? ( sys-libs/pam ) python? ( - sys-libs/ldb[python,${PYTHON_SINGLE_USEDEP}] sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}] sys-libs/tdb[python,${PYTHON_SINGLE_USEDEP}] sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}]