Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/
Date: Fri, 29 Dec 2017 12:58:24
Message-Id: 1514552278.af99b3e0c2748f93b89289ba665139d9cd67daf4.asturm@gentoo
1 commit: af99b3e0c2748f93b89289ba665139d9cd67daf4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 12:57:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 12:57:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af99b3e0
7
8 app-text/kbibtex: Restrict tests
9
10 Do it like Debian, basically - upstream test simply has not caught up.
11
12 Closes: https://bugs.gentoo.org/642624
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild
19 index 667a272e8cb..421230a0c23 100644
20 --- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild
21 +++ b/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild
22 @@ -60,6 +60,8 @@ RDEPEND="${DEPEND}
23 x11-misc/shared-mime-info
24 "
25
26 +RESTRICT+=" test"
27 +
28 src_configure() {
29 local mycmakeargs=(
30 $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets)