Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Fri, 28 Dec 2018 09:43:21
Message-Id: 1545990145.0d8be803b66c3d42e2dea5988caf44f23bb1fd69.polynomial-c@gentoo
1 commit: 0d8be803b66c3d42e2dea5988caf44f23bb1fd69
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 23:15:09 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 09:42:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8be803
7
8 net-libs/libssh: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/libssh/libssh-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
17 index 0c794b8a473..5137fc6f8d2 100644
18 --- a/net-libs/libssh/libssh-9999.ebuild
19 +++ b/net-libs/libssh/libssh-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 MY_P="${PN}-${PV/_rc/rc}"
28 inherit cmake-multilib
29 @@ -13,7 +13,6 @@ if [[ "${PV}" == *9999 ]] ; then
30 inherit git-r3
31 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
32 else
33 - inherit eapi7-ver
34 SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz"
35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
36 fi