Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/
Date: Sat, 15 Aug 2020 12:18:29
Message-Id: 1597493367.edbacefb52d3992741406ede9cbe1aef5d3e8036.tastytea@gentoo
1 commit: edbacefb52d3992741406ede9cbe1aef5d3e8036
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat Aug 15 12:08:26 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat Aug 15 12:09:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edbacefb
7
8 net-im/nheko: Move dev-qt/linguist-tools to BDEPEND.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/nheko-0.7.1.ebuild | 2 +-
13 net-im/nheko/nheko-0.7.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild
17 index e5dcde9..16b387a 100644
18 --- a/net-im/nheko/nheko-0.7.1.ebuild
19 +++ b/net-im/nheko/nheko-0.7.1.ebuild
20 @@ -28,9 +28,9 @@ RDEPEND="
21 "
22 DEPEND="
23 ${RDEPEND}
24 - dev-qt/linguist-tools:5
25 dev-libs/spdlog
26 "
27 +BDEPEND="dev-qt/linguist-tools:5"
28
29 src_prepare() {
30 cmake_src_prepare
31
32 diff --git a/net-im/nheko/nheko-0.7.2.ebuild b/net-im/nheko/nheko-0.7.2.ebuild
33 index 54b3b78..b226c0c 100644
34 --- a/net-im/nheko/nheko-0.7.2.ebuild
35 +++ b/net-im/nheko/nheko-0.7.2.ebuild
36 @@ -28,9 +28,9 @@ RDEPEND="
37 "
38 DEPEND="
39 ${RDEPEND}
40 - dev-qt/linguist-tools:5
41 dev-libs/spdlog
42 "
43 +BDEPEND="dev-qt/linguist-tools:5"
44
45 src_prepare() {
46 cmake_src_prepare