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 ECC811395E2 for ; Mon, 5 Dec 2016 23:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B48E0D54; Mon, 5 Dec 2016 23:52:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA528E0D54 for ; Mon, 5 Dec 2016 23:52:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2D143412BC for ; Mon, 5 Dec 2016 23:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5066E24B0 for ; Mon, 5 Dec 2016 23:52:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480981929.a7e951d159f09667efa6fd90a8e09d3cddb1d470.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leatherman/leatherman-0.10.0.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a7e951d159f09667efa6fd90a8e09d3cddb1d470 X-VCS-Branch: master Date: Mon, 5 Dec 2016 23:52:15 +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: 61cf9f24-0f19-4abd-8a95-4b6290c7c7f4 X-Archives-Hash: 03549afbf6c83e3d9f48d71ada282d5b commit: a7e951d159f09667efa6fd90a8e09d3cddb1d470 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 5 23:10:44 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 5 23:52:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e951d1 dev-libs/leatherman: Enable tests (that fail), #601744 dev-libs/leatherman/leatherman-0.10.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/leatherman/leatherman-0.10.0.ebuild b/dev-libs/leatherman/leatherman-0.10.0.ebuild index 0bf5212..82fafc7 100644 --- a/dev-libs/leatherman/leatherman-0.10.0.ebuild +++ b/dev-libs/leatherman/leatherman-0.10.0.ebuild @@ -47,6 +47,10 @@ src_configure() { cmake-utils_src_configure } +src_test() { + cmake-utils_src_test +} + src_install() { cmake-utils_src_install }