diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 19:59:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 19:59:19 +0100 |
commit | 25d4cbcbf441abfc91995cd3a98c3206aef0e7cc (patch) | |
tree | f0f694c42b4e8796fa415ac6db759f5a0c56481b /net-vpn | |
parent | sys-apps/systemd-utils: add 252.9 (diff) | |
download | gentoo-25d4cbcbf441abfc91995cd3a98c3206aef0e7cc.tar.gz gentoo-25d4cbcbf441abfc91995cd3a98c3206aef0e7cc.tar.bz2 gentoo-25d4cbcbf441abfc91995cd3a98c3206aef0e7cc.zip |
net-vpn/vpnc-scripts: Stabilize 20220510 ppc, #903761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild index 96a352ef8bf0..1614edae11bf 100644 --- a/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild +++ b/net-vpn/vpnc-scripts/vpnc-scripts-20220510.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV} == 99999999 ]]; then EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git" else SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)" |