summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-05-17 01:48:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-05-17 01:48:39 +0200
commit3718ee33a9f541758a686b9e32bb6d113674589c (patch)
tree210fd8647d9546ab5b5aa9167124dff05d6a17a8 /net-misc/sslh
parentdev-db/sqlite: x86 stable (bug #685838) (diff)
downloadgentoo-3718ee33a9f541758a686b9e32bb6d113674589c.tar.gz
gentoo-3718ee33a9f541758a686b9e32bb6d113674589c.tar.bz2
gentoo-3718ee33a9f541758a686b9e32bb6d113674589c.zip
net-misc/sslh: x86 stable (bug #685352)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/sslh')
-rw-r--r--net-misc/sslh/sslh-1.20.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sslh/sslh-1.20.ebuild b/net-misc/sslh/sslh-1.20.ebuild
index ca2dd5d8cb61..c778ff0490cc 100644
--- a/net-misc/sslh/sslh-1.20.ebuild
+++ b/net-misc/sslh/sslh-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -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 ~sh ~x86"
+ KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh x86"
MY_P="${PN}-v${PV}"
SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}