diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 23:21:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 23:21:25 +0000 |
commit | 82785d24feb71c10c1ecfff1647e67fe1017dd78 (patch) | |
tree | d6d88775c59774a8c589a0b6b6dc349ab2bb5ffa /net-vpn/badvpn | |
parent | x11-misc/xscreensaver: Stabilize 5.44-r4 arm, #773139 (diff) | |
download | gentoo-82785d24feb71c10c1ecfff1647e67fe1017dd78.tar.gz gentoo-82785d24feb71c10c1ecfff1647e67fe1017dd78.tar.bz2 gentoo-82785d24feb71c10c1ecfff1647e67fe1017dd78.zip |
net-vpn/badvpn: Stabilize 1.999.129 arm, #773154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/badvpn')
-rw-r--r-- | net-vpn/badvpn/badvpn-1.999.129.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/badvpn/badvpn-1.999.129.ebuild b/net-vpn/badvpn/badvpn-1.999.129.ebuild index 07ce92beede8..72be95d0304a 100644 --- a/net-vpn/badvpn/badvpn-1.999.129.ebuild +++ b/net-vpn/badvpn/badvpn-1.999.129.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/ambrop72/badvpn https://code.google.com/p/badvpn/" SRC_URI="https://github.com/ambrop72/badvpn/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" SLOT="0" TARGETS="+client +ncd +server +tun2socks +udpgw" IUSE="${TARGETS} debug" |