commit: 2077d3d94108875bf404cbb6a83b2518e53949f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 06:12:19 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 2 06:12:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2077d3d9
net-misc/sslh: Stabilize 2.1.4 amd64, #955218
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/sslh/sslh-2.1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/sslh/sslh-2.1.4.ebuild b/net-misc/sslh/sslh-2.1.4.ebuild
index 9e89e052625b..09e8c1c6ccef 100644
--- a/net-misc/sslh/sslh-2.1.4.ebuild
+++ b/net-misc/sslh/sslh-2.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -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