Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
Date: Thu, 01 Oct 2015 14:28:22
Message-Id: 1443709666.b2ba1ca3c441c24ba3ccc76418931d17d800dc4f.kensington@gentoo
1 commit: b2ba1ca3c441c24ba3ccc76418931d17d800dc4f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 14:25:53 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 14:27:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b2ba1ca3
7
8 lxqt-base/lxqt-notificationd: dev-qt/linguist-tools is a build-time dependency
9
10 Package-Manager: portage-2.2.20.1
11
12 lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
16 index 990e0a7..bfcbd4c 100644
17 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
18 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
19 @@ -19,9 +19,8 @@ fi
20 LICENSE="GPL-2 LGPL-2.1+"
21 SLOT="0"
22
23 -DEPEND="
24 +RDEPEND="
25 >=dev-libs/libqtxdg-1.0.0
26 - dev-qt/linguist-tools:5
27 dev-qt/qtcore:5
28 dev-qt/qtdbus:5
29 dev-qt/qtgui:5
30 @@ -32,4 +31,6 @@ DEPEND="
31 ~lxqt-base/liblxqt-${PV}
32 ~lxqt-base/lxqt-common-${PV}
33 "
34 -RDEPEND="${DEPEND}"
35 +DEPEND="${RDEPEND}
36 + dev-qt/linguist-tools:5
37 +"