Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/
Date: Tue, 29 Mar 2022 00:23:04
Message-Id: 1648414650.57107068e14874a08c63d53589e0c4ac56ca7e4f.tastytea@gentoo
1 commit: 57107068e14874a08c63d53589e0c4ac56ca7e4f
2 Author: Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 27 20:56:57 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Mar 27 20:57:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57107068
7
8 media-gfx/qview: move dependency to BDEPEND
9
10 Bug: https://bugs.gentoo.org/834751
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>
13
14 media-gfx/qview/qview-5.0.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/media-gfx/qview/qview-5.0.ebuild b/media-gfx/qview/qview-5.0.ebuild
18 index 12e5324df..72842e673 100644
19 --- a/media-gfx/qview/qview-5.0.ebuild
20 +++ b/media-gfx/qview/qview-5.0.ebuild
21 @@ -25,10 +25,13 @@ RDEPEND="
22 "
23
24 DEPEND="${RDEPEND}
25 - dev-qt/linguist-tools:5
26 test? ( dev-qt/qttest:5 )
27 "
28
29 +BDEPEND="
30 + dev-qt/linguist-tools:5
31 +"
32 +
33 src_configure() {
34 # https://github.com/jurplel/qView/issues/395
35 if tc-is-clang && has_version "sys-devel/clang:$(clang-major-version)[default-libcxx]" || is-flagq -stdlib=libc++; then