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 EEAAC158008 for ; Tue, 13 Jun 2023 18:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E21BE083D; Tue, 13 Jun 2023 18:12:26 +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 E6D09E083D for ; Tue, 13 Jun 2023 18:12:25 +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 CFE303412EE for ; Tue, 13 Jun 2023 18:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D63FA92 for ; Tue, 13 Jun 2023 18:12:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1686679934.34217f20c8f5fe3ff4b0b12900b25a91808afb08.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/ovpn-dco/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild X-VCS-Directories: net-vpn/ovpn-dco/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 34217f20c8f5fe3ff4b0b12900b25a91808afb08 X-VCS-Branch: master Date: Tue, 13 Jun 2023 18:12:23 +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: f2ea6832-392a-4716-b9eb-4578411a5e35 X-Archives-Hash: d1d18b149f3efbd1ebabb061e08be51a commit: 34217f20c8f5fe3ff4b0b12900b25a91808afb08 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jun 13 18:12:12 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jun 13 18:12:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34217f20 net-vpn/ovpn-dco: Keyword 0.2.20230426 arm64, #907389 Signed-off-by: Arthur Zamarin gentoo.org> net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild index fb761cca9d7c..123a03361ed8 100644 --- a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild +++ b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/OpenVPN/ovpn-dco" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/OpenVPN/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~loong ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" else inherit git-r3 EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git"