diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 07:53:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 07:53:25 +0000 |
commit | 56e4c5751a8ae94ed75fe7d6a7e9278a9294536d (patch) | |
tree | 265c386a601814991dc0dcfbca05a83919c0977d /dev-libs | |
parent | x11-misc/xautolock: Stabilize 2.2_p7 arm64, #921569 (diff) | |
download | gentoo-56e4c5751a8ae94ed75fe7d6a7e9278a9294536d.tar.gz gentoo-56e4c5751a8ae94ed75fe7d6a7e9278a9294536d.tar.bz2 gentoo-56e4c5751a8ae94ed75fe7d6a7e9278a9294536d.zip |
dev-libs/libbpf: Stabilize 1.3.0 ppc64, #921591
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libbpf/libbpf-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbpf/libbpf-1.3.0.ebuild b/dev-libs/libbpf/libbpf-1.3.0.ebuild index fd81a789eb1e..3e054dd4f998 100644 --- a/dev-libs/libbpf/libbpf-1.3.0.ebuild +++ b/dev-libs/libbpf/libbpf-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then EGIT_REPO_URI="https://github.com/libbpf/libbpf.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" fi S="${WORKDIR}/${P}/src" |