commit: e475cc3478111482593d8f81bd7d890cd0d72732 Author: Biosias <jakub <AT> gdos <DOT> sk> AuthorDate: Fri May 2 11:00:33 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri May 2 17:59:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e475cc34
virtual/ldb: add 2.9.2 Signed-off-by: Biosias <jakub <AT> gdos.sk> Closes: https://github.com/gentoo/gentoo/pull/41897 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> virtual/ldb/ldb-2.9.2.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/virtual/ldb/ldb-2.9.2.ebuild b/virtual/ldb/ldb-2.9.2.ebuild new file mode 100644 index 000000000000..ae106115a40a --- /dev/null +++ b/virtual/ldb/ldb-2.9.2.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.9.2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND="sys-libs/ldb:${SLOT}"
