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-video/qmplay2/
Date: Sun, 19 Jan 2020 23:53:37
Message-Id: 1579477888.49e2ab6f46d5e27d3f204bf0553f772e1f305268.asturm@gentoo
1 commit: 49e2ab6f46d5e27d3f204bf0553f772e1f305268
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 15 20:31:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 23:51:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e2ab6f
7
8 media-video/qmplay2: Prepare for dev-qt/qtgui[xcb -> X]
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../qmplay2/{qmplay2-9999.ebuild => qmplay2-19.12.19-r1.ebuild} | 7 +++++--
14 media-video/qmplay2/qmplay2-9999.ebuild | 7 +++++--
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/media-video/qmplay2/qmplay2-9999.ebuild b/media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
18 similarity index 97%
19 copy from media-video/qmplay2/qmplay2-9999.ebuild
20 copy to media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
21 index d77ba82ead2..d1c516aaf6a 100644
22 --- a/media-video/qmplay2/qmplay2-9999.ebuild
23 +++ b/media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -41,7 +41,10 @@ RDEPEND="
31 cdio? ( dev-libs/libcdio[cddb] )
32 dev-libs/jansson
33 dev-qt/qtcore:5
34 - dev-qt/qtgui:5[xcb]
35 + || (
36 + dev-qt/qtgui:5[X(-)]
37 + dev-qt/qtgui:5[xcb(-)]
38 + )
39 dev-qt/qtwidgets:5
40 dev-qt/qtx11extras:5
41 dbus? ( dev-qt/qtdbus:5 )
42
43 diff --git a/media-video/qmplay2/qmplay2-9999.ebuild b/media-video/qmplay2/qmplay2-9999.ebuild
44 index d77ba82ead2..d1c516aaf6a 100644
45 --- a/media-video/qmplay2/qmplay2-9999.ebuild
46 +++ b/media-video/qmplay2/qmplay2-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2019 Gentoo Authors
49 +# Copyright 1999-2020 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -41,7 +41,10 @@ RDEPEND="
54 cdio? ( dev-libs/libcdio[cddb] )
55 dev-libs/jansson
56 dev-qt/qtcore:5
57 - dev-qt/qtgui:5[xcb]
58 + || (
59 + dev-qt/qtgui:5[X(-)]
60 + dev-qt/qtgui:5[xcb(-)]
61 + )
62 dev-qt/qtwidgets:5
63 dev-qt/qtx11extras:5
64 dbus? ( dev-qt/qtdbus:5 )