diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-06-24 11:06:13 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-06-24 11:08:06 +0200 |
commit | bf0f75b200b1451f24710ed87ceff7fefa065606 (patch) | |
tree | 61ac2a81dc8b53fbb57f4b275ade5b92686b866c /net-libs/libssh2/libssh2-9999.ebuild | |
parent | net-misc/iperf: Version 3.7 (diff) | |
download | gentoo-bf0f75b200b1451f24710ed87ceff7fefa065606.tar.gz gentoo-bf0f75b200b1451f24710ed87ceff7fefa065606.tar.bz2 gentoo-bf0f75b200b1451f24710ed87ceff7fefa065606.zip |
net-libs/libssh2: Version 1.9.0
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libssh2/libssh2-9999.ebuild')
-rw-r--r-- | net-libs/libssh2/libssh2-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index d1797b7dcfa7..5bf05457d9ad 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit git-r3 cmake-multilib DESCRIPTION="Library implementing the SSH2 protocol" @@ -53,6 +53,4 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs find "${ED}" -name '*.la' -delete || die - mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die - rm -r "${ED}"/usr/share/doc/${PN}/ || die } |