From 6a3e0c4ecad6641a110353e1ce43960e41204969 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 18 Jan 2025 11:49:09 +0100 Subject: [PATCH] net-vpn/gsocket: stabilize 1.4.43-r1 for amd64 Signed-off-by: Florian Schmaus --- net-vpn/gsocket/gsocket-1.4.43-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/gsocket/gsocket-1.4.43-r1.ebuild b/net-vpn/gsocket/gsocket-1.4.43-r1.ebuild index 74426aaafe237..450fb65d37c47 100644 --- a/net-vpn/gsocket/gsocket-1.4.43-r1.ebuild +++ b/net-vpn/gsocket/gsocket-1.4.43-r1.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 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git" else SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="BSD-2"