diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-28 00:15:09 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-12-28 10:42:25 +0100 |
commit | 0d8be803b66c3d42e2dea5988caf44f23bb1fd69 (patch) | |
tree | feb17d93308dc8abf3c988c0c5ee2c0c73bafbdc /net-libs/libssh | |
parent | net-libs/libssh: Bump to version 0.8.6 (diff) | |
download | gentoo-0d8be803b66c3d42e2dea5988caf44f23bb1fd69.tar.gz gentoo-0d8be803b66c3d42e2dea5988caf44f23bb1fd69.tar.bz2 gentoo-0d8be803b66c3d42e2dea5988caf44f23bb1fd69.zip |
net-libs/libssh: Synced live ebuild.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 0c794b8a473e..5137fc6f8d22 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_P="${PN}-${PV/_rc/rc}" inherit cmake-multilib @@ -13,7 +13,6 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" else - inherit eapi7-ver SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi |