diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-15 08:46:38 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-15 08:46:50 +0200 |
commit | d1124290096a2fb8db7e1bb7c74eb79646894e0a (patch) | |
tree | 4bbb962c61f65ec641c1557de1b53bde62828ab0 /net-misc/sslh | |
parent | x11-plugins/wmmoonclock: Stabilize 1.30 amd64, #867163 (diff) | |
download | gentoo-d1124290096a2fb8db7e1bb7c74eb79646894e0a.tar.gz gentoo-d1124290096a2fb8db7e1bb7c74eb79646894e0a.tar.bz2 gentoo-d1124290096a2fb8db7e1bb7c74eb79646894e0a.zip |
net-misc/sslh: Stabilize 1.22c amd64, #867208
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/sslh')
-rw-r--r-- | net-misc/sslh/sslh-1.22c.ebuild | 4 |
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 |