diff options
author | Sam James <sam@gentoo.org> | 2024-09-05 17:44:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-05 17:44:03 +0100 |
commit | f28d1c9469b6d63c9e79e5719a81d085a50f4993 (patch) | |
tree | 60a0fedada169255fb3f8ab7c30439418a60fad2 /dev-libs/libnl | |
parent | net-wireless/qdmr: drop 0.10.2, 0.10.4, 0.11.2 (diff) | |
download | gentoo-f28d1c9469b6d63c9e79e5719a81d085a50f4993.tar.gz gentoo-f28d1c9469b6d63c9e79e5719a81d085a50f4993.tar.bz2 gentoo-f28d1c9469b6d63c9e79e5719a81d085a50f4993.zip |
dev-libs/libnl: Stabilize 3.9.0 hppa, #932951
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libnl/libnl-3.9.0.ebuild b/dev-libs/libnl/libnl-3.9.0.ebuild index 157fe4e901fc..516e08b45d19 100644 --- a/dev-libs/libnl/libnl-3.9.0.ebuild +++ b/dev-libs/libnl/libnl-3.9.0.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${LIBNL_P}" fi |