diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 14:58:57 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 14:59:17 +0200 |
commit | e4c706e0b9536d7fe9200eb135d774bee0f821d2 (patch) | |
tree | 49ff90897b6a0bb3537fb35d3d8c47651028700a /lxqt-base | |
parent | lxqt-base/lxqt-panel: remove old (diff) | |
download | gentoo-e4c706e0b9536d7fe9200eb135d774bee0f821d2.tar.gz gentoo-e4c706e0b9536d7fe9200eb135d774bee0f821d2.tar.bz2 gentoo-e4c706e0b9536d7fe9200eb135d774bee0f821d2.zip |
lxqt-base/lxqt-panel: linguist-tools is a build-time dep only
Gentoo-Bug: 544938
Package-Manager: portage-2.2.28
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild index be3f75fabe48..caf0c48189b6 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.10.0-r1.ebuild @@ -23,10 +23,9 @@ IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu +showdesktop statusnotifier sysstat +taskbar +tray +volume worldclock" REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" -DEPEND=" +CDEPEND=" dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -51,7 +50,9 @@ DEPEND=" x11-libs/libXrender ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) )" -RDEPEND="${DEPEND} +DEPEND="${CDEPEND} + dev-qt/linguist-tools:5" +RDEPEND="${CDEPEND} dev-qt/qtsvg:5 >=lxde-base/lxmenu-data-0.1.2" |