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 22CC8139083 for ; Sat, 23 Dec 2017 15:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 748FDE0DA4; Sat, 23 Dec 2017 15:14:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 52A08E0DA4 for ; Sat, 23 Dec 2017 15:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 290B834085A for ; Sat, 23 Dec 2017 15:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E05AE81 for ; Sat, 23 Dec 2017 15:14:50 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1514042080.54afb9aad4f99e358d75019fb16aef9c622a8acb.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gsl/gsl-0_pre20171105.ebuild X-VCS-Directories: dev-cpp/gsl/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 54afb9aad4f99e358d75019fb16aef9c622a8acb X-VCS-Branch: master Date: Sat, 23 Dec 2017 15:14:50 +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: d20c1c3d-5e38-437d-833c-f4646601fa25 X-Archives-Hash: 7045abc2c85a215a5c6afc9d94981c3f commit: 54afb9aad4f99e358d75019fb16aef9c622a8acb Author: Jan Henke taujhe de> AuthorDate: Tue Dec 19 21:26:36 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Dec 23 15:14:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54afb9aa dev-cpp/gsl: Fix tests Actually apply the patch as well. Closes: https://bugs.gentoo.org/636828 dev-cpp/gsl/gsl-0_pre20171105.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-cpp/gsl/gsl-0_pre20171105.ebuild b/dev-cpp/gsl/gsl-0_pre20171105.ebuild index 78ac010145e..ae775ff3f8c 100644 --- a/dev-cpp/gsl/gsl-0_pre20171105.ebuild +++ b/dev-cpp/gsl/gsl-0_pre20171105.ebuild @@ -18,6 +18,10 @@ IUSE="test" RDEPEND="" DEPEND="test? ( >=dev-cpp/catch-1.11.0 )" +PATCHES=( + "${FILESDIR}/${P}-use_system_catch-636828.patch" +) + src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) ) cmake-utils_src_configure