diff options
author | Sam James <sam@gentoo.org> | 2024-09-05 14:15:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-05 14:15:21 +0100 |
commit | 46b1f1185fb19df7f5c42025eb0562c12fd1f6ff (patch) | |
tree | 93a00b77ecc05cc862d500eb07fac58c1fcb8e43 /net-vpn | |
parent | sys-fs/zfs: fix whitespace, missync with 2.2.5 (unwind) (diff) | |
download | gentoo-46b1f1185fb19df7f5c42025eb0562c12fd1f6ff.tar.gz gentoo-46b1f1185fb19df7f5c42025eb0562c12fd1f6ff.tar.bz2 gentoo-46b1f1185fb19df7f5c42025eb0562c12fd1f6ff.zip |
net-vpn/wireguard-modules: drop ~ia64
We're about to drop ~ia64 support entirely anyway but also this pkg
is only useful for specific kernel versions. It's likely the intersection
of people on such kernels & ia64 is the empty set.
(Need to do this because of linux-mod-r1 adding a dep on pahole in
82f9bef4ed76f656a3d79b607eecff526b78b7ee and this is a better option
than bothering to test pahole on ia64, sorry.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/wireguard-modules/wireguard-modules-1.0.20220627-r1.ebuild | 4 | ||||
-rw-r--r-- | net-vpn/wireguard-modules/wireguard-modules-1.0.20220627.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627-r1.ebuild b/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627-r1.ebuild index cb02e3c10175..a3ecc32bb244 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627-r1.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else SRC_URI="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${PV}.tar.xz" S="${WORKDIR}/wireguard-linux-compat-${PV}" # Please don't stabilize this package. Stable users should use gentoo-sources 5.4 or 5.10. - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627.ebuild b/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627.ebuild index 220aa7209ada..7d186592e7da 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20220627.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else SRC_URI="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${PV}.tar.xz" S="${WORKDIR}/wireguard-linux-compat-${PV}" # Please don't stabilize this package. Stable users should use gentoo-sources 5.4 or 5.10. - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" fi LICENSE="GPL-2" |