diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-02 00:02:57 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-02 00:20:44 +1000 |
commit | df4bf0297b60b3f31d98ed22523fc07e2318bfbb (patch) | |
tree | 026b6d3089caf2c45adf6ee8cf21f4f8d5545cc8 /lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild | |
parent | lxqt-base/lxqt-openssh-askpass: dev-qt/linguist-tools is a build-time dependency (diff) | |
download | gentoo-df4bf0297b60b3f31d98ed22523fc07e2318bfbb.tar.gz gentoo-df4bf0297b60b3f31d98ed22523fc07e2318bfbb.tar.bz2 gentoo-df4bf0297b60b3f31d98ed22523fc07e2318bfbb.zip |
lxqt-base/lxqt-notificationd: dev-qt/linguist-tools is a build-time dependency
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild index ba4602b23777..11acda5433f9 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild @@ -19,9 +19,8 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -DEPEND=" +RDEPEND=" >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -32,7 +31,9 @@ DEPEND=" ~lxqt-base/lxqt-common-${PV} x11-libs/libX11 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" src_configure() { local mycmakeargs=( |