commit: af99b3e0c2748f93b89289ba665139d9cd67daf4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Dec 29 12:57:34 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 29 12:57:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af99b3e0
app-text/kbibtex: Restrict tests Do it like Debian, basically - upstream test simply has not caught up. Closes: https://bugs.gentoo.org/642624 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild index 667a272e8cb..421230a0c23 100644 --- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild +++ b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild @@ -60,6 +60,8 @@ RDEPEND="${DEPEND} x11-misc/shared-mime-info " +RESTRICT+=" test" + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets)
