From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1096366-garchives=archives.gentoo.org@lists.gentoo.org>
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 7FCB2138334
	for <garchives@archives.gentoo.org>; Tue, 18 Jun 2019 18:28:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BA77DE0991;
	Tue, 18 Jun 2019 18:28:12 +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 9C8B1E0991
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2019 18:28:12 +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 AAF363461FB
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2019 18:28:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50FE04D3
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2019 18:28:10 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1560882477.1084fd569f29acb14a4a4860c32bdbd5451f80f9.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.9.ebuild
X-VCS-Directories: app-text/kbibtex/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 1084fd569f29acb14a4a4860c32bdbd5451f80f9
X-VCS-Branch: master
Date: Tue, 18 Jun 2019 18:28:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 69d24f5f-1fbc-49a7-bb6e-fad9388e77f4
X-Archives-Hash: da9226414d10bdfc44e8c0d6c70d97f3

commit:     1084fd569f29acb14a4a4860c32bdbd5451f80f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:27:30 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:27:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1084fd56

app-text/kbibtex: Tests require ext. testset, even then part broken

Closes: https://bugs.gentoo.org/688298
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/kbibtex/kbibtex-0.9.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-text/kbibtex/kbibtex-0.9.ebuild b/app-text/kbibtex/kbibtex-0.9.ebuild
index 71e11a7bb48..1be041f04a0 100644
--- a/app-text/kbibtex/kbibtex-0.9.ebuild
+++ b/app-text/kbibtex/kbibtex-0.9.ebuild
@@ -56,6 +56,8 @@ RDEPEND="${DEPEND}
 	dev-tex/bibtex2html
 "
 
+RESTRICT+=" test"
+
 S="${WORKDIR}/${P/_/-}"
 
 src_configure() {