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 048851382C5 for ; Tue, 19 Jan 2021 07:41:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2CFBE0884; Tue, 19 Jan 2021 07:41:02 +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 B053EE0884 for ; Tue, 19 Jan 2021 07:41:02 +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 3FC59340ADB for ; Tue, 19 Jan 2021 07:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CEE446B for ; Tue, 19 Jan 2021 07:40:59 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1611042045.e2963ec6957976cd9b0d9910920a8e36d3324872.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geneweb/geneweb-7.0.0-r2.ebuild X-VCS-Directories: app-misc/geneweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e2963ec6957976cd9b0d9910920a8e36d3324872 X-VCS-Branch: master Date: Tue, 19 Jan 2021 07:40:59 +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: 9fe34fa5-8244-47ad-bc9b-f598c6ec0a5c X-Archives-Hash: 3b8c23bb7a6bca94e72cc6ff3c9c86c5 commit: e2963ec6957976cd9b0d9910920a8e36d3324872 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 19 07:40:45 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 19 07:40:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2963ec6 app-misc/geneweb: add dependency Closes: https://bugs.gentoo.org/766063 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> app-misc/geneweb/geneweb-7.0.0-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/geneweb/geneweb-7.0.0-r2.ebuild b/app-misc/geneweb/geneweb-7.0.0-r2.ebuild index 92450339206..9ab366e9baa 100644 --- a/app-misc/geneweb/geneweb-7.0.0-r2.ebuild +++ b/app-misc/geneweb/geneweb-7.0.0-r2.ebuild @@ -11,8 +11,8 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt" -RESTRICT="strip" +IUSE="+ocamlopt test" +RESTRICT="strip !test? ( test )" RDEPEND="dev-lang/ocaml[ocamlopt?]