From c7d73a2d681d7b5a491e1266e95c5029ed62ba42 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 22 Sep 2025 07:12:00 +0000 Subject: [PATCH] virtual/ldb: Sync with Gentoo It's from Gentoo commit 0e3fd9be1b4b7cfa2d906062aabf114da03abf14. Signed-off-by: Flatcar Buildbot --- .../portage-stable/virtual/ldb/ldb-2.10.0.ebuild | 4 ++-- .../portage-stable/virtual/ldb/ldb-2.11.0.ebuild | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.11.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.10.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.10.0.ebuild index a90983ccac..568d14f377 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.10.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,6 +6,6 @@ EAPI=8 DESCRIPTION="Virtual for samba project's ldb" SLOT="0/2.10.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" RDEPEND="net-fs/samba:${SLOT}" diff --git a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.11.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.11.0.ebuild new file mode 100644 index 0000000000..e2bc5e1106 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/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="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="net-fs/samba:${SLOT}"