summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-31 23:48:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-31 23:53:12 +0100
commit14759a5720c3760c108d4e24a0e1a650d5927a53 (patch)
tree118594375b6300cc0210a0be8b2a2c1503cad4f9 /app-emulation
parentdev-python/qscintilla-python: amd64 stable (bug #673690) (diff)
downloadgentoo-14759a5720c3760c108d4e24a0e1a650d5927a53.tar.gz
gentoo-14759a5720c3760c108d4e24a0e1a650d5927a53.tar.bz2
gentoo-14759a5720c3760c108d4e24a0e1a650d5927a53.zip
app-emulation/aqemu: EAPI-7 bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/aqemu/aqemu-0.9.2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild
index dc50e71ce8f6..85102613981e 100644
--- a/app-emulation/aqemu/aqemu-0.9.2.ebuild
+++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit cmake-utils
@@ -14,16 +14,16 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="vnc"
-DEPEND="${RDEPEND}"
RDEPEND="app-emulation/qemu
- vnc? ( net-libs/libvncserver )
dev-qt/qtcore:5
- dev-qt/qtwidgets:5
dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
dev-qt/qttest:5
- dev-qt/qtprintsupport:5"
+ dev-qt/qtwidgets:5
+ vnc? ( net-libs/libvncserver )"
+DEPEND="${RDEPEND}"
-DOCS="AUTHORS CHANGELOG README TODO"
+DOCS=( AUTHORS CHANGELOG README TODO )
PATCHES=( "${FILESDIR}/${PN}-0.9.2-qtbindir.patch" )
src_configure() {