Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/
Date: Mon, 12 Nov 2018 01:14:40
Message-Id: 1541985196.bfbfcd621328dfe13a5e553dd9093ccb6a55c8a8.whissi@gentoo
1 commit: bfbfcd621328dfe13a5e553dd9093ccb6a55c8a8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 12 01:05:24 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 12 01:13:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbfcd62
7
8 net-misc/sslh: x86 stable (bug #665160)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/sslh/sslh-1.19c.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/sslh/sslh-1.19c.ebuild b/net-misc/sslh/sslh-1.19c.ebuild
17 index f58bdffe2ce..45b5e0eea3c 100644
18 --- a/net-misc/sslh/sslh-1.19c.ebuild
19 +++ b/net-misc/sslh/sslh-1.19c.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
27 EGIT_REPO_URI="https://github.com/yrutschle/sslh.git"
28 inherit git-r3
29 else
30 - KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh ~x86"
31 + KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh x86"
32 MY_P="${PN}-v${PV}"
33 SRC_URI="https://www.rutschle.net/tech/${PN}/${MY_P}.tar.gz"
34 S=${WORKDIR}/${MY_P}