diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-13 20:58:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-13 20:58:15 +0300 |
commit | 1960126c0c109477b924832345de728587303d0c (patch) | |
tree | 529cf67b5f2c921e6c84f548d50a3838af9a97fa /net-vpn/openvpn/openvpn-2.5.2-r3.ebuild | |
parent | net-vpn/ovpn-dco: dekeyword ia64 (diff) | |
download | gentoo-1960126c0c109477b924832345de728587303d0c.tar.gz gentoo-1960126c0c109477b924832345de728587303d0c.tar.bz2 gentoo-1960126c0c109477b924832345de728587303d0c.zip |
net-vpn/openvpn: dekeyword ia64
Bug: https://bugs.gentoo.org/907389
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-vpn/openvpn/openvpn-2.5.2-r3.ebuild')
-rw-r--r-- | net-vpn/openvpn/openvpn-2.5.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/openvpn/openvpn-2.5.2-r3.ebuild b/net-vpn/openvpn/openvpn-2.5.2-r3.ebuild index de73a33181b3..d2ee032e43ee 100644 --- a/net-vpn/openvpn/openvpn-2.5.2-r3.ebuild +++ b/net-vpn/openvpn/openvpn-2.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://build.openvpn.net/downloads/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |