From e35a7201433e6da1d319514268f0b465989b8017 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 14 Apr 2025 07:07:45 +0000 Subject: [PATCH] dev-util/pahole: Sync with Gentoo It's from Gentoo commit 95b174380ad6d489d50fc0c87e7ef47a9cb0ccbf. --- .../portage-stable/dev-util/pahole/pahole-1.29.ebuild | 3 ++- .../portage-stable/dev-util/pahole/pahole-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.29.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.29.ebuild index 6996620bd8..f0eb87e0d0 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.29.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-1.29.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then + EGIT_BRANCH="next" EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/pahole/pahole.git" inherit git-r3 else @@ -29,7 +30,7 @@ else fi S="${WORKDIR}"/${MY_P} BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )" - 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" fi LICENSE="GPL-2" # only diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-9999.ebuild index 6996620bd8..aec4fed1de 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/pahole/pahole-9999.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="pahole (Poke-a-Hole) and other DWARF utilities" HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" if [[ ${PV} == 9999 ]] ; then + EGIT_BRANCH="next" EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/pahole/pahole.git" inherit git-r3 else