net-libs/libssh: Synced live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 27 Dec 2018 23:15:09 +0000 (00:15 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 28 Dec 2018 09:42:25 +0000 (10:42 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-libs/libssh/libssh-9999.ebuild

index 0c794b8a473e6847ff3dd2c21c2a49f3e43497fa..5137fc6f8d22d8f4d2a4ba1f268341501845fcea 100644 (file)
@@ -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