commit: 78308087a9f142e73cb4758a6a1034380e32f7ab Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sun Sep 6 16:21:37 2020 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sun Sep 6 16:21:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78308087
app-text/fb2edit: dependencies fixed Bug: https://bugs.gentoo.org/show_bug.cgi?id=740416 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> app-text/fb2edit/fb2edit-0.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild b/app-text/fb2edit/fb2edit-0.1.0.ebuild index 1586fc5e407..1eaa7cee867 100644 --- a/app-text/fb2edit/fb2edit-0.1.0.ebuild +++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild @@ -18,8 +18,8 @@ RDEPEND="dev-qt/qtcore:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 dev-libs/libxml2:2" -BDEPEND="${RDEPEND} - dev-qt/linguist-tools:5" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/linguist-tools:5" src_prepare () { cmake_src_prepare
