diff options
author | Sam James <sam@gentoo.org> | 2024-11-27 17:50:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-27 17:50:33 +0000 |
commit | ea869fda2bbf139c7222b1893bfad0c0297b4172 (patch) | |
tree | 2d6da43edc0681d01edd5bdc39c89c487f2219ed /dev-libs/libnl | |
parent | sys-fs/e2fsprogs: Stabilize 1.47.1 hppa, #936181 (diff) | |
download | gentoo-ea869fda2bbf139c7222b1893bfad0c0297b4172.tar.gz gentoo-ea869fda2bbf139c7222b1893bfad0c0297b4172.tar.bz2 gentoo-ea869fda2bbf139c7222b1893bfad0c0297b4172.zip |
dev-libs/libnl: Stabilize 3.10.0 hppa, #940095
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libnl/libnl-3.10.0.ebuild b/dev-libs/libnl/libnl-3.10.0.ebuild index 7d5196c09b28..f3699c74466d 100644 --- a/dev-libs/libnl/libnl-3.10.0.ebuild +++ b/dev-libs/libnl/libnl-3.10.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${LIBNL_P}" fi |