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-runner/
Date: Thu, 01 Oct 2015 14:28:11
Message-Id: 1443709665.f1027e0d27aafedaab901f05512ab5ba69290893.kensington@gentoo
1 commit: f1027e0d27aafedaab901f05512ab5ba69290893
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 14:23:49 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 14:27:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f1027e0d
7
8 lxqt-base/lxqt-runner: dev-qt/linguist-tools is a build-time dependency
9
10 Package-Manager: portage-2.2.20.1
11
12 lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
16 index 28781fe..62898c8 100644
17 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
18 +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
19 @@ -21,7 +21,6 @@ SLOT="0"
20
21 RDEPEND="dev-libs/glib:2
22 >=dev-libs/libqtxdg-1.0.0
23 - dev-qt/linguist-tools:5
24 dev-qt/qtcore:5
25 dev-qt/qtdbus:5
26 dev-qt/qtscript:5
27 @@ -34,6 +33,7 @@ RDEPEND="dev-libs/glib:2
28 ~lxqt-base/lxqt-globalkeys-${PV}
29 >=lxde-base/menu-cache-0.5.1"
30 DEPEND="${RDEPEND}
31 + dev-qt/linguist-tools:5
32 virtual/pkgconfig"
33
34 src_install(){