commit: 55c2ef73eae1b8b8aef32eda76fe795210525b61
Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 20:14:03 2025 +0000
Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 20:15:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c2ef73
dev-util/pahole: sync live ebuild to latest release
Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
dev-util/pahole/pahole-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/pahole/pahole-9999.ebuild
b/dev-util/pahole/pahole-9999.ebuild
index 560c9a73d4a0..434548dc9c19 100644
--- a/dev-util/pahole/pahole-9999.ebuild
+++ b/dev-util/pahole/pahole-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,7 @@ else
fi
S="${WORKDIR}"/${MY_P}
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-arnaldocarvalhodemelo )"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
fi
LICENSE="GPL-2" # only
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}"
DOCS=( README README.ctracer NEWS )
PATCHES=(
- "${FILESDIR}"/${PN}-1.10-python-import.patch
+ "${FILESDIR}/${PN}-1.10-python-import.patch"
)
src_unpack() {