summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-12 02:05:24 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-11-12 02:13:16 +0100
commitbfbfcd621328dfe13a5e553dd9093ccb6a55c8a8 (patch)
tree2f0a5e543e3f92b8df0ea0a01aefcc888c3f7072 /net-misc/sslh
parentdev-python/sqlalchemy-migrate: x86 stable (bug #670894) (diff)
downloadgentoo-bfbfcd621328dfe13a5e553dd9093ccb6a55c8a8.tar.gz
gentoo-bfbfcd621328dfe13a5e553dd9093ccb6a55c8a8.tar.bz2
gentoo-bfbfcd621328dfe13a5e553dd9093ccb6a55c8a8.zip
net-misc/sslh: x86 stable (bug #665160)
Package-Manager: Portage-2.3.51, 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.19c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sslh/sslh-1.19c.ebuild b/net-misc/sslh/sslh-1.19c.ebuild
index f58bdffe2ceb..45b5e0eea3cc 100644
--- a/net-misc/sslh/sslh-1.19c.ebuild
+++ b/net-misc/sslh/sslh-1.19c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 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}