From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EE7E0158B20 for ; Thu, 06 Feb 2025 14:37:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D9902343017 for ; Thu, 06 Feb 2025 14:37:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57BC3110472; Thu, 06 Feb 2025 14:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 4D85F110472 for ; Thu, 06 Feb 2025 14:37:22 +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 06933343064 for ; Thu, 06 Feb 2025 14:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E482672 for ; Thu, 06 Feb 2025 14:37:20 +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: <1738852635.de0561dfe6fe1c0c377170dce35a8ed817a5fab0.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.20241216.ebuild X-VCS-Directories: net-vpn/ovpn-dco/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: de0561dfe6fe1c0c377170dce35a8ed817a5fab0 X-VCS-Branch: master Date: Thu, 06 Feb 2025 14:37:20 +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: be1ce80c-5641-4cfd-97cf-93943463dbed X-Archives-Hash: 8b0a810b786ceaa5fb5a26deed361853 commit: de0561dfe6fe1c0c377170dce35a8ed817a5fab0 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Feb 6 14:37:15 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Feb 6 14:37:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0561df net-vpn/ovpn-dco: Stabilize 0.2.20241216 amd64, #949357 Signed-off-by: Arthur Zamarin gentoo.org> net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild b/net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild index 46cd7f9d9e26..bfa50dce8da7 100644 --- a/net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild +++ b/net-vpn/ovpn-dco/ovpn-dco-0.2.20241216.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git"