From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1A5D158043 for ; Fri, 19 Apr 2024 10:07:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30596E29F9; Fri, 19 Apr 2024 10:07:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DCE6E29F9 for ; Fri, 19 Apr 2024 10:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1832F343454 for ; Fri, 19 Apr 2024 10:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B197172E for ; Fri, 19 Apr 2024 10:07:55 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1713521118.686986369813418438c11e8992661e18bd446579.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/eduvpn-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild X-VCS-Directories: net-vpn/eduvpn-common/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 686986369813418438c11e8992661e18bd446579 X-VCS-Branch: master Date: Fri, 19 Apr 2024 10:07:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41dbfa89-9a82-40d9-b0b9-8015691aec27 X-Archives-Hash: cfed0d2eba6a12e8a024381a730ce848 commit: 686986369813418438c11e8992661e18bd446579 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Fri Apr 19 08:22:53 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Apr 19 10:05:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68698636 net-vpn/eduvpn-common: add missing keywords Keywords accidentally got lost during 1.2.0 version bump Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Florian Schmaus gentoo.org> net-vpn/eduvpn-common/eduvpn-common-1.2.0.ebuild | 3 ++- net-vpn/eduvpn-common/eduvpn-common-1.99.1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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+"