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 C9CE51382C5 for ; Mon, 19 Apr 2021 13:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9ED4E0855; Mon, 19 Apr 2021 13:43:35 +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 C0EB5E0855 for ; Mon, 19 Apr 2021 13:43:35 +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 218C2340DE3 for ; Mon, 19 Apr 2021 13:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6994E6F4 for ; Mon, 19 Apr 2021 13:43:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618830292.6f03bbc43118ed6496c328cc3807acc828b74c1c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libnodave/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libnodave/libnodave-0.8.5.1.ebuild X-VCS-Directories: dev-libs/libnodave/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6f03bbc43118ed6496c328cc3807acc828b74c1c X-VCS-Branch: master Date: Mon, 19 Apr 2021 13:43:32 +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: 4fa9d75c-56c3-4801-8c65-d6780b6d59bf X-Archives-Hash: b47b4991e64bf6ea2553aac97bd6afcb commit: 6f03bbc43118ed6496c328cc3807acc828b74c1c Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 19 11:04:52 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 11:04:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f03bbc4 dev-libs/libnodave: no tests to run Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-libs/libnodave/libnodave-0.8.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libnodave/libnodave-0.8.5.1.ebuild b/dev-libs/libnodave/libnodave-0.8.5.1.ebuild index 515085a9d..f4eacad4c 100644 --- a/dev-libs/libnodave/libnodave-0.8.5.1.ebuild +++ b/dev-libs/libnodave/libnodave-0.8.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc perl" - +RESTRICT="test" #no tests DEPEND="" RDEPEND=" perl? ( dev-lang/perl:= )