diff options
author | 2025-01-18 11:49:09 +0100 | |
---|---|---|
committer | 2025-01-18 11:51:32 +0100 | |
commit | 6a3e0c4ecad6641a110353e1ce43960e41204969 (patch) | |
tree | ae4f88d546bfe3051bc4624af94f03ae658d6fac /net-vpn | |
parent | sys-kernel/scx: stabilize 1.0.8 for amd64 (diff) | |
download | gentoo-6a3e0c4ecad6641a110353e1ce43960e41204969.tar.gz gentoo-6a3e0c4ecad6641a110353e1ce43960e41204969.tar.bz2 gentoo-6a3e0c4ecad6641a110353e1ce43960e41204969.zip |
net-vpn/gsocket: stabilize 1.4.43-r1 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/gsocket/gsocket-1.4.43-r1.ebuild | 4 |
1 files 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 74426aaafe23..450fb65d37c4 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" |