diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-29 13:57:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-29 13:57:58 +0100 |
commit | af99b3e0c2748f93b89289ba665139d9cd67daf4 (patch) | |
tree | 6009f00872f7dfe062a79d55f91de88e6ddba5cc /app-text | |
parent | app-misc/bb-1.3.0_rc1-r4: add ~arm64 keyword (diff) | |
download | gentoo-af99b3e0c2748f93b89289ba665139d9cd67daf4.tar.gz gentoo-af99b3e0c2748f93b89289ba665139d9cd67daf4.tar.bz2 gentoo-af99b3e0c2748f93b89289ba665139d9cd67daf4.zip |
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
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild index 667a272e8cb0..421230a0c237 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) |