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 78131138334 for ; Sat, 13 Apr 2019 03:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8C4E0798; Sat, 13 Apr 2019 03:10:36 +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 7B580E0798 for ; Sat, 13 Apr 2019 03:10:36 +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 D96C4340F00 for ; Sat, 13 Apr 2019 03:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1BCA570 for ; Sat, 13 Apr 2019 03:10:28 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1555125016.1babdc2858e301939ef7e0458b5837ff6d4549cf.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/grantlee/grantlee-5.1.0.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1babdc2858e301939ef7e0458b5837ff6d4549cf X-VCS-Branch: master Date: Sat, 13 Apr 2019 03:10:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: deec53d2-7526-4c99-bb7e-2951271cc7a4 X-Archives-Hash: e62d9056a8ed5e4986e097934da9a041 commit: 1babdc2858e301939ef7e0458b5837ff6d4549cf Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 13 03:10:06 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 13 03:10:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1babdc28 dev-libs/grantlee: restrict tests Closes: https://bugs.gentoo.org/682258 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> dev-libs/grantlee/grantlee-5.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/grantlee/grantlee-5.1.0.ebuild b/dev-libs/grantlee/grantlee-5.1.0.ebuild index 328ce49c302..59e9f458582 100644 --- a/dev-libs/grantlee/grantlee-5.1.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.1.0.ebuild @@ -25,6 +25,9 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " +# bug 682258 +RESTRICT="test" + DOCS=( AUTHORS CHANGELOG README.md ) PATCHES=(