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 E6C1413835A for ; Thu, 7 Jan 2021 04:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FAEE086F; Thu, 7 Jan 2021 04:10:26 +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 9FA60E086F for ; Thu, 7 Jan 2021 04:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5D665340CCE for ; Thu, 7 Jan 2021 04:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8948491 for ; Thu, 7 Jan 2021 04:10:23 +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: <1609992593.e8306edc3efdae38c8890632c288b13bdc5b3f84.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdnet/libdnet-1.14-r2.ebuild X-VCS-Directories: dev-libs/libdnet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8306edc3efdae38c8890632c288b13bdc5b3f84 X-VCS-Branch: master Date: Thu, 7 Jan 2021 04:10:23 +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: fcaa4598-ebd3-4b51-9c24-4e7e130b8582 X-Archives-Hash: a3e011b9552e0653ecd4eeaa9a5d5466 commit: e8306edc3efdae38c8890632c288b13bdc5b3f84 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 04:09:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 04:09:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8306edc dev-libs/libdnet: unrestrict tests Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libdnet/libdnet-1.14-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild b/dev-libs/libdnet/libdnet-1.14-r2.ebuild index 86d95c40f66..2938cfe88b8 100644 --- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild +++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild @@ -18,6 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" DEPEND="python? ( ${PYTHON_DEPS} )" RDEPEND="${DEPEND}" @@ -27,8 +28,6 @@ BDEPEND=" ) " -RESTRICT="test" - DOCS=( README.md THANKS ) PATCHES=(