* Use EAPI 7
* Update LICENSE
* zip is a BDEPEND
Signed-off-by: Graeme Lawes <graemelawes@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12744
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit golang-build systemd
DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
fi
IUSE="pam"
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 MIT BSD ISC"
RESTRICT="test strip"
SLOT="0"
-DEPEND="app-arch/zip"
+BDEPEND="app-arch/zip"
RDEPEND="pam? ( sys-libs/pam )"
src_compile() {