commit: 0dc25235c801dc3f1768e2dae512ac897230bca3
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 04:07:55 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jan 5 04:08:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc25235
net-misc/sslh: Stabilize 2.3.0 x86, #964028
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-misc/sslh/sslh-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/sslh/sslh-2.3.0.ebuild b/net-misc/sslh/sslh-2.3.0.ebuild
index ac71094122ed..d1e751d5ee58 100644
--- a/net-misc/sslh/sslh-2.3.0.ebuild
+++ b/net-misc/sslh/sslh-2.3.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/yrutschle/sslh.git"
inherit git-r3
else
- KEYWORDS="amd64 ~arm ~m68k ~mips ~s390 ~x86"
+ KEYWORDS="amd64 ~arm ~m68k ~mips ~s390 x86"
SRC_URI="https://github.com/yrutschle/sslh/archive/v${PV}.tar.gz ->
${P}.tar.gz"
S=${WORKDIR}/${P}
fi