commit: 8f0401aa40d9101bb37c4cda0a85a5db6313c58b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 18:13:07 2025 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 14:31:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0401aa
virtual/ldb: add 2.11.0
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
virtual/ldb/ldb-2.11.0.ebuild | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/virtual/ldb/ldb-2.11.0.ebuild b/virtual/ldb/ldb-2.11.0.ebuild
new file mode 100644
index 000000000000..3b10ebb34219
--- /dev/null
+++ b/virtual/ldb/ldb-2.11.0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for samba project's ldb"
+
+SLOT="0/2.11.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86"
+
+RDEPEND="net-fs/samba:${SLOT}"