From f3d3c5f1b72660ee7680a6f785d084efd193d58d Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 5 May 2025 07:13:29 +0000 Subject: [PATCH] virtual/ldb: Sync with Gentoo It's from Gentoo commit e475cc3478111482593d8f81bd7d890cd0d72732. --- .../portage-stable/virtual/ldb/ldb-2.9.2.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.2.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.2.ebuild new file mode 100644 index 0000000000..ae106115a4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/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}"