summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 21:15:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 21:27:01 +0100
commit3d6e675d90c69b51c03b9fac7b9caa806852028c (patch)
tree15dbb6de249ee4b47b0166f095f3d6086b6b4105 /x11-themes/qtcurve/qtcurve-9999.ebuild
parentdev-qt/qtwebengine: Update paxmark-mksnapshot patches for 5.11.{1,2} (diff)
downloadgentoo-3d6e675d90c69b51c03b9fac7b9caa806852028c.tar.gz
gentoo-3d6e675d90c69b51c03b9fac7b9caa806852028c.tar.bz2
gentoo-3d6e675d90c69b51c03b9fac7b9caa806852028c.zip
x11-themes/qtcurve: Fix build w/ USE-X and dev-qt/qtwebengine present
Closes: https://bugs.gentoo.org/670466 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/qtcurve/qtcurve-9999.ebuild')
-rw-r--r--x11-themes/qtcurve/qtcurve-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
index 9a99d8eec626..0d7ef602fb66 100644
--- a/x11-themes/qtcurve/qtcurve-9999.ebuild
+++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -49,7 +49,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
+ X? ( $(add_qt_dep qtx11extras) )
)
X? (
x11-libs/libX11