diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-19 13:18:19 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-19 13:26:05 +0100 |
commit | 99cf7ec6b50e744660519237c30937beafd5f20c (patch) | |
tree | ef8a9bfd4c348745fd19bf3eb1f0bb57292c0fb7 | |
parent | 51a8c34af9d6ca42305e63ee044dfc031d68ae1d (diff) | |
download | gentoo-99cf7ec6b50e744660519237c30937beafd5f20c.tar.gz gentoo-99cf7ec6b50e744660519237c30937beafd5f20c.tar.xz |
app-office/texstudio: Add USE=X requirement to dev-qt/qtsingleapplication
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566194
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | app-office/texstudio/texstudio-2.10.2.ebuild | 2 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.10.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/texstudio/texstudio-2.10.2.ebuild b/app-office/texstudio/texstudio-2.10.2.ebuild index 12e8ccdec48..0e705b5ef8b 100644 --- a/app-office/texstudio/texstudio-2.10.2.ebuild +++ b/app-office/texstudio/texstudio-2.10.2.ebuild @@ -21,7 +21,7 @@ COMMON_DEPEND=" app-text/hunspell app-text/poppler:=[qt4?,qt5?] >=dev-libs/quazip-0.7.1[qt4?,qt5?] - dev-qt/qtsingleapplication[qt4?,qt5?] + dev-qt/qtsingleapplication[X,qt4?,qt5?] x11-libs/libX11 x11-libs/libXext qt4? ( diff --git a/app-office/texstudio/texstudio-2.10.4.ebuild b/app-office/texstudio/texstudio-2.10.4.ebuild index fe75dafa7c8..a90f53fc5f8 100644 --- a/app-office/texstudio/texstudio-2.10.4.ebuild +++ b/app-office/texstudio/texstudio-2.10.4.ebuild @@ -21,7 +21,7 @@ COMMON_DEPEND=" app-text/hunspell app-text/poppler:=[qt4?,qt5?] >=dev-libs/quazip-0.7.1[qt4?,qt5?] - dev-qt/qtsingleapplication[qt4?,qt5?] + dev-qt/qtsingleapplication[X,qt4?,qt5?] x11-libs/libX11 x11-libs/libXext qt4? ( |