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 DEE811382C5 for ; Mon, 22 Feb 2021 21:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119F2E07B3; Mon, 22 Feb 2021 21:09:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EB48BE07B3 for ; Mon, 22 Feb 2021 21:09:37 +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 0A938340EE9 for ; Mon, 22 Feb 2021 21:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CB284EF for ; Mon, 22 Feb 2021 21:09:35 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1614027119.e992d85259df64b44aa3e1b0688992fc3ba717be.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/lurch/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/lurch/lurch-0.7.0.ebuild X-VCS-Directories: x11-plugins/lurch/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e992d85259df64b44aa3e1b0688992fc3ba717be X-VCS-Branch: master Date: Mon, 22 Feb 2021 21:09:35 +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: 483454b2-9b8f-40be-ac80-00c22c9e0689 X-Archives-Hash: 0e26f8dfc6943d961893542ea108789b commit: e992d85259df64b44aa3e1b0688992fc3ba717be Author: Sebastian Pipping gentoo org> AuthorDate: Mon Feb 22 20:51:59 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Feb 22 20:51:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992d852 x11-plugins/lurch: Fix tests Closes: https://bugs.gentoo.org/772026 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 x11-plugins/lurch/lurch-0.7.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-plugins/lurch/lurch-0.7.0.ebuild b/x11-plugins/lurch/lurch-0.7.0.ebuild index d2208cd2b12..12f3106c5cc 100644 --- a/x11-plugins/lurch/lurch-0.7.0.ebuild +++ b/x11-plugins/lurch/lurch-0.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/gkdr/lurch/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" # likely not GPL-3+, https://github.com/gkdr/lurch/issues/165 SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" # NOTE: Some of these dependencies seem like leftovers in the build system # and can probably be dropped with lurch >=0.7.1 @@ -31,8 +31,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} virtual/pkgconfig + test? ( dev-util/cmocka ) " +RESTRICT="!test? ( test )" + src_prepare() { rm -Rv lib/{axc,libomemo} || die # unbundle default