Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flameshot/
Date: Thu, 16 Jul 2020 12:59:41
Message-Id: 1594904364.1af50583c7f8870d02c8e8c0c62549f98059c489.juippis@gentoo
1 commit: 1af50583c7f8870d02c8e8c0c62549f98059c489
2 Author: Pavel Kalugin <paul.kalug <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 3 13:02:47 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 12:59:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af50583
7
8 media-gfx/flameshot: add linguist-tools to BDEPEND on 0.6.0
9
10 Closes: https://bugs.gentoo.org/730428
11 Signed-off-by: Pavel Kalugin <paul.kalug <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16569
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 media-gfx/flameshot/flameshot-0.6.0.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/media-gfx/flameshot/flameshot-0.6.0.ebuild b/media-gfx/flameshot/flameshot-0.6.0.ebuild
19 index 08fa91211c6..7c9bcc840ba 100644
20 --- a/media-gfx/flameshot/flameshot-0.6.0.ebuild
21 +++ b/media-gfx/flameshot/flameshot-0.6.0.ebuild
22 @@ -24,6 +24,9 @@ DEPEND="
23 dev-qt/qtdbus:5
24 sys-apps/dbus
25 "
26 +BDEPEND="
27 + dev-qt/linguist-tools:5
28 +"
29 RDEPEND="${DEPEND}"
30 PATCHES=(
31 "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch"