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 407691396D9 for ; Sun, 12 Nov 2017 19:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86711E0F79; Sun, 12 Nov 2017 19:39:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5EA37E0F6D for ; Sun, 12 Nov 2017 19:39:09 +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 878DD33BEAC for ; Sun, 12 Nov 2017 19:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 262C19AAE for ; Sun, 12 Nov 2017 19:39:07 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1510515539.7d3d44bae3d996e62effd6892eb89535e91a9b1e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libressl/libressl-2.6.0.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7d3d44bae3d996e62effd6892eb89535e91a9b1e X-VCS-Branch: master Date: Sun, 12 Nov 2017 19:39:07 +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: e7d407c2-7228-45d7-a411-66ee90c0c377 X-Archives-Hash: f1166c370b4e7d8ece058242ad4e21ce commit: 7d3d44bae3d996e62effd6892eb89535e91a9b1e Author: Anthony G. Basile gentoo org> AuthorDate: Sun Nov 12 19:02:08 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Nov 12 19:38:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3d44ba dev-libs/libressl: restrict tests, bug #625266 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/libressl/libressl-2.6.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild b/dev-libs/libressl/libressl-2.6.0.ebuild index 4f0fb51e5fc..3153ad3c6b8 100644 --- a/dev-libs/libressl/libressl-2.6.0.ebuild +++ b/dev-libs/libressl/libressl-2.6.0.ebuild @@ -21,6 +21,8 @@ RDEPEND="!dev-libs/openssl:0" DEPEND="${RDEPEND}" PDEPEND="app-misc/ca-certificates" +RESTRICT="test" # bug #625266 + src_prepare() { touch crypto/Makefile.in