diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 11:23:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 11:23:52 +0100 |
commit | a2349090e748ee81b293513feb1cbe4e763c472c (patch) | |
tree | 9b22f7ca3aad3219ac2c3a6cfc990e8b4a5ffa88 /dev-libs/libnl | |
parent | media-libs/lcms: Stabilize 2.16-r1 amd64, #940081 (diff) | |
download | gentoo-a2349090e748ee81b293513feb1cbe4e763c472c.tar.gz gentoo-a2349090e748ee81b293513feb1cbe4e763c472c.tar.bz2 gentoo-a2349090e748ee81b293513feb1cbe4e763c472c.zip |
dev-libs/libnl: Stabilize 3.10.0 amd64, #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 207a3990422d..8791801b2484 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 |