summaryrefslogtreecommitdiff
path: root/net-misc/sslh/sslh-1.22c.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sslh/sslh-1.22c.ebuild')
-rw-r--r--net-misc/sslh/sslh-1.22c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sslh/sslh-1.22c.ebuild b/net-misc/sslh/sslh-1.22c.ebuild
index 9ecf187a6416..5cdd51371001 100644
--- a/net-misc/sslh/sslh-1.22c.ebuild
+++ b/net-misc/sslh/sslh-1.22c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 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