diff options
author | 2024-04-19 10:22:53 +0200 | |
---|---|---|
committer | 2024-04-19 12:05:18 +0200 | |
commit | 686986369813418438c11e8992661e18bd446579 (patch) | |
tree | 6d512835852d46e53fdd82edfa20f425d69d1034 /net-vpn/eduvpn-common | |
parent | net-vpn/eduvpn-client: add dependency to net-misc/networkmanager (diff) | |
download | gentoo-686986369813418438c11e8992661e18bd446579.tar.gz gentoo-686986369813418438c11e8992661e18bd446579.tar.bz2 gentoo-686986369813418438c11e8992661e18bd446579.zip |
net-vpn/eduvpn-common: add missing keywords
Keywords accidentally got lost during 1.2.0 version bump
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-vpn/eduvpn-common')
-rw-r--r-- | net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild | 3 | ||||
-rw-r--r-- | net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild b/net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild index 3aae9a36bd55..a152206411e0 100644 --- a/net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild +++ b/net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,7 @@ else verify-sig? ( https://github.com/eduvpn/eduvpn-common/releases/download/${PV}/eduvpn-common-${PV}.tar.xz.asc ) https://www-user.tu-chemnitz.de/~hamari/eduvpn/${P}-deps.tar.xz " + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3+" diff --git a/net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild b/net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild index c7b72cbd8d60..55b6e50c9900 100644 --- a/net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild +++ b/net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild @@ -28,6 +28,7 @@ else verify-sig? ( https://github.com/eduvpn/eduvpn-common/releases/download/${PV}/eduvpn-common-${PV}.tar.xz.asc ) https://www-user.tu-chemnitz.de/~hamari/eduvpn/${P}-deps.tar.xz " + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3+" |