Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/aqemu/
Date: Mon, 31 Dec 2018 22:53:45
Message-Id: 1546296792.14759a5720c3760c108d4e24a0e1a650d5927a53.asturm@gentoo
1 commit: 14759a5720c3760c108d4e24a0e1a650d5927a53
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 22:48:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 22:53:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14759a57
7
8 app-emulation/aqemu: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-emulation/aqemu/aqemu-0.9.2.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
17 index dc50e71ce8f..85102613981 100644
18 --- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
19 +++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 inherit cmake-utils
29
30 @@ -14,16 +14,16 @@ SLOT="0"
31 KEYWORDS="amd64 x86"
32 IUSE="vnc"
33
34 -DEPEND="${RDEPEND}"
35 RDEPEND="app-emulation/qemu
36 - vnc? ( net-libs/libvncserver )
37 dev-qt/qtcore:5
38 - dev-qt/qtwidgets:5
39 dev-qt/qtnetwork:5
40 + dev-qt/qtprintsupport:5
41 dev-qt/qttest:5
42 - dev-qt/qtprintsupport:5"
43 + dev-qt/qtwidgets:5
44 + vnc? ( net-libs/libvncserver )"
45 +DEPEND="${RDEPEND}"
46
47 -DOCS="AUTHORS CHANGELOG README TODO"
48 +DOCS=( AUTHORS CHANGELOG README TODO )
49 PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
50
51 src_configure() {