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 08135138359 for ; Sun, 18 Oct 2020 18:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60309E0A49; Sun, 18 Oct 2020 18:26:44 +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 47328E0A49 for ; Sun, 18 Oct 2020 18:26:44 +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 BCB3733BF02 for ; Sun, 18 Oct 2020 18:26:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75386366 for ; Sun, 18 Oct 2020 18:26:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603045593.be347ba7155300d0f6e7899fef0b4e1f991af708.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/adolc/adolc-2.7.2.ebuild X-VCS-Directories: sci-libs/adolc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be347ba7155300d0f6e7899fef0b4e1f991af708 X-VCS-Branch: master Date: Sun, 18 Oct 2020 18:26:41 +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: 5d7430d0-fbfa-445c-adec-04beaee3de88 X-Archives-Hash: b86f1bf32f4d706a296accd95c31e55b commit: be347ba7155300d0f6e7899fef0b4e1f991af708 Author: Sam James gentoo org> AuthorDate: Sun Oct 18 18:26:20 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 18 18:26:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be347ba7 sci-libs/adolc: restore tests The 'check' target isn't what one hopes it is; use the 'test' target like before. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> sci-libs/adolc/adolc-2.7.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sci-libs/adolc/adolc-2.7.2.ebuild b/sci-libs/adolc/adolc-2.7.2.ebuild index 112c7fbf7da..395f27c53ad 100644 --- a/sci-libs/adolc/adolc-2.7.2.ebuild +++ b/sci-libs/adolc/adolc-2.7.2.ebuild @@ -55,6 +55,12 @@ src_configure() { $(use_with sparse colpack "${EPREFIX}"/usr) } +src_test() { + # 'check' target is unrelated to checking lib works + # ('check' is more like distcheck) + emake test +} + src_install() { default use static-libs || find "${D}" -name '*.la' -type f -delete || die