Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Thu, 01 Aug 2019 14:28:46
Message-Id: 1564669704.b2f4c501a69045eb99c18bc32cec4a8eec41526e.tamiko@gentoo
1 commit: b2f4c501a69045eb99c18bc32cec4a8eec41526e
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Thu Aug 1 09:44:16 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 14:28:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f4c501
7
8 app-emulation/qemu-9999: Follow upstream switch from libssh2 to libssh
9
10 In b10d49d7619e4 the upstream switched from libssh2 to libssh.
11 Update our live ebuild to follow this change.
12
13 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
14 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
15
16 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
20 index 53348072f67..33d12d84c6e 100644
21 --- a/app-emulation/qemu/qemu-9999.ebuild
22 +++ b/app-emulation/qemu/qemu-9999.ebuild
23 @@ -137,7 +137,7 @@ SOFTMMU_TOOLS_DEPEND="
24 >=app-emulation/spice-protocol-0.12.3
25 >=app-emulation/spice-0.12.0[static-libs(+)]
26 )
27 - ssh? ( >=net-libs/libssh2-1.2.8[static-libs(+)] )
28 + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] )
29 usb? ( >=virtual/libusb-1-r2[static-libs(+)] )
30 usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] )
31 vde? ( net-misc/vde[static-libs(+)] )
32 @@ -446,7 +446,7 @@ qemu_src_configure() {
33 $(conf_notuser smartcard)
34 $(conf_notuser snappy)
35 $(conf_notuser spice)
36 - $(conf_notuser ssh libssh2)
37 + $(conf_notuser ssh libssh)
38 $(conf_notuser usb libusb)
39 $(conf_notuser usbredir usb-redir)
40 $(conf_notuser vde)