diff options
author | Graeme Lawes <graemelawes@gmail.com> | 2019-10-10 23:22:44 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-11 16:48:03 +0300 |
commit | 891ffa12b5356bacda59659d157103fdae3ceee4 (patch) | |
tree | cfc187e624dc55b7dbf37b3ac21bea91fb845d20 /sys-cluster/teleport | |
parent | sys-cluster/teleport: remove v4.0.1 (diff) | |
download | gentoo-891ffa12b5356bacda59659d157103fdae3ceee4.tar.gz gentoo-891ffa12b5356bacda59659d157103fdae3ceee4.tar.bz2 gentoo-891ffa12b5356bacda59659d157103fdae3ceee4.zip |
sys-cluster/teleport: update teleport-9999.ebuild
* 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>
Diffstat (limited to 'sys-cluster/teleport')
-rw-r--r-- | sys-cluster/teleport/teleport-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-cluster/teleport/teleport-9999.ebuild b/sys-cluster/teleport/teleport-9999.ebuild index e68586870d20..a82f2fc86c92 100644 --- a/sys-cluster/teleport/teleport-9999.ebuild +++ b/sys-cluster/teleport/teleport-9999.ebuild @@ -1,7 +1,8 @@ # 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" @@ -19,11 +20,11 @@ else 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() { |