From 1c6978465f1bd219641feb45bcd0b73b31def5e6 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Jul 2025 07:18:47 +0000 Subject: [PATCH] virtual/ldb: Sync with Gentoo It's from Gentoo commit 521efdd96baef2efacb8fcc4c8ee1fc727f6c0c7. Signed-off-by: Mathieu Tortuyaux --- .../portage-stable/virtual/ldb/ldb-2.8.1.ebuild | 11 ----------- .../portage-stable/virtual/ldb/ldb-2.9.1.ebuild | 11 ----------- .../portage-stable/virtual/ldb/ldb-2.9.2.ebuild | 2 +- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.8.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.1.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.8.1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.8.1.ebuild deleted file mode 100644 index 7c7fc38d20..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.8.1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 2024 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.8.1" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="sys-libs/ldb:${SLOT}" diff --git a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.1.ebuild deleted file mode 100644 index d887639674..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/ldb/ldb-2.9.1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 2024 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.1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND="sys-libs/ldb:${SLOT}" 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 index ae106115a4..7b7e886dfb 100644 --- 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 @@ -6,6 +6,6 @@ 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" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND="sys-libs/ldb:${SLOT}"