commit: 1af50583c7f8870d02c8e8c0c62549f98059c489 Author: Pavel Kalugin <paul.kalug <AT> gmail <DOT> com> AuthorDate: Fri Jul 3 13:02:47 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 12:59:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af50583
media-gfx/flameshot: add linguist-tools to BDEPEND on 0.6.0 Closes: https://bugs.gentoo.org/730428 Signed-off-by: Pavel Kalugin <paul.kalug <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16569 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/flameshot/flameshot-0.6.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/flameshot/flameshot-0.6.0.ebuild b/media-gfx/flameshot/flameshot-0.6.0.ebuild index 08fa91211c6..7c9bcc840ba 100644 --- a/media-gfx/flameshot/flameshot-0.6.0.ebuild +++ b/media-gfx/flameshot/flameshot-0.6.0.ebuild @@ -24,6 +24,9 @@ DEPEND=" dev-qt/qtdbus:5 sys-apps/dbus " +BDEPEND=" + dev-qt/linguist-tools:5 +" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch"
