Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/
Date: Sun, 28 Apr 2019 23:45:46
Message-Id: 1556495121.b13b93cf25db189ea65b043929e2d23a47b1f450.asturm@gentoo
1 commit: b13b93cf25db189ea65b043929e2d23a47b1f450
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 23:14:29 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 23:45:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13b93cf
7
8 media-libs/libmygpo-qt: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild
17 index bbdf31f17c5..0074f5e52b9 100644
18 --- a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild
19 +++ b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit cmake-utils
29
30 @@ -20,12 +20,14 @@ LICENSE="LGPL-2.1"
31 SLOT="0"
32 IUSE="test"
33
34 +BDEPEND="
35 + virtual/pkgconfig
36 +"
37 RDEPEND="
38 dev-qt/qtcore:5
39 dev-qt/qtnetwork:5
40 "
41 DEPEND="${RDEPEND}
42 - virtual/pkgconfig
43 test? ( dev-qt/qttest:5 )
44 "