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 A7A2F1382C5 for ; Sat, 16 Jan 2021 08:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6812E07D7; Sat, 16 Jan 2021 08:57:58 +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 D00BAE07D7 for ; Sat, 16 Jan 2021 08:57:58 +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 A8322340B10 for ; Sat, 16 Jan 2021 08:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1FC4476 for ; Sat, 16 Jan 2021 08:57:55 +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: <1610787453.0def54f8a88af0c54ca30b03e544024e5a0e48b0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/calendars/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/calendars/calendars-1.0.0.ebuild X-VCS-Directories: dev-ml/calendars/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0def54f8a88af0c54ca30b03e544024e5a0e48b0 X-VCS-Branch: master Date: Sat, 16 Jan 2021 08:57:55 +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: a0a68e69-f4bc-4f75-87be-0b257db402e3 X-Archives-Hash: 7618325fb81c16b7b816eaead9c9c077 commit: 0def54f8a88af0c54ca30b03e544024e5a0e48b0 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jan 16 08:57:33 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jan 16 08:57:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0def54f8 dev-ml/calendars: add dep Closes: https://bugs.gentoo.org/765577 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/calendars/calendars-1.0.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-ml/calendars/calendars-1.0.0.ebuild b/dev-ml/calendars/calendars-1.0.0.ebuild index 28cca2f0c60..23b2fd6daec 100644 --- a/dev-ml/calendars/calendars-1.0.0.ebuild +++ b/dev-ml/calendars/calendars-1.0.0.ebuild @@ -13,8 +13,7 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" +DEPEND="test? ( dev-ml/ounit2 )"