diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-15 21:33:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-20 00:51:29 +0100 |
commit | b9e9604f46b5a0a3410a5572da8b8c5c7fcf0ce6 (patch) | |
tree | 29923b6cfacd82ce91d929d2149695c39f6f8252 /net-im/qtox/qtox-9999.ebuild | |
parent | media-video/qmplay2: Drop 19.12.19 (r0) (diff) | |
download | gentoo-b9e9604f46b5a0a3410a5572da8b8c5c7fcf0ce6.tar.gz gentoo-b9e9604f46b5a0a3410a5572da8b8c5c7fcf0ce6.tar.bz2 gentoo-b9e9604f46b5a0a3410a5572da8b8c5c7fcf0ce6.zip |
net-im/qtox: Prepare for dev-qt/qtgui[xcb -> X]
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/qtox/qtox-9999.ebuild')
-rw-r--r-- | net-im/qtox/qtox-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index c2f80f279d6f..8e6526263d3a 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,10 @@ RDEPEND=" dev-libs/libsodium:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtgui:5[gif,jpeg,png,xcb] + || ( + dev-qt/qtgui:5[gif,jpeg,png,X(-)] + dev-qt/qtgui:5[gif,jpeg,png,xcb(-)] + ) dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtsql:5 |