From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA46F138AE9 for ; Fri, 29 Dec 2017 12:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69CCE0C04; Fri, 29 Dec 2017 12:58:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4D9CE0C04 for ; Fri, 29 Dec 2017 12:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B14B33BEF8 for ; Fri, 29 Dec 2017 12:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA66AE8F for ; Fri, 29 Dec 2017 12:58:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1514552278.af99b3e0c2748f93b89289ba665139d9cd67daf4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af99b3e0c2748f93b89289ba665139d9cd67daf4 X-VCS-Branch: master Date: Fri, 29 Dec 2017 12:58:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 147195ff-cf41-4377-a8b2-1a1c2d4da20e X-Archives-Hash: 8a4936f5fa6d4c35948d0b9e8d8dee59 commit: af99b3e0c2748f93b89289ba665139d9cd67daf4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 29 12:57:34 2017 +0000 Commit: Andreas Sturmlechner gentoo 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)