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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81A26159C9B for ; Thu, 1 Aug 2024 08:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC7B2BC039; Thu, 1 Aug 2024 08:12:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C4002BC039 for ; Thu, 1 Aug 2024 08:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACD7133EB78 for ; Thu, 1 Aug 2024 08:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4883811B6 for ; Thu, 1 Aug 2024 08:12:54 +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: <1722499949.15c8f56fce3f462e344554d34effeade612cbbac.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/utop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/utop/utop-2.14.0-r1.ebuild dev-ml/utop/utop-2.14.0.ebuild X-VCS-Directories: dev-ml/utop/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 15c8f56fce3f462e344554d34effeade612cbbac X-VCS-Branch: master Date: Thu, 1 Aug 2024 08:12:54 +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: 1a36c347-1574-4e42-bde1-3f809cd210f4 X-Archives-Hash: 7967dc781a26a69cbdf4824338ae4966 commit: 15c8f56fce3f462e344554d34effeade612cbbac Author: Alfredo Tupone gentoo org> AuthorDate: Thu Aug 1 08:10:55 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Aug 1 08:12:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c8f56f dev-ml/utop: add alcotest deps Closes: https://bugs.gentoo.org/936002 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/utop/{utop-2.14.0.ebuild => utop-2.14.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ml/utop/utop-2.14.0.ebuild b/dev-ml/utop/utop-2.14.0-r1.ebuild similarity index 93% rename from dev-ml/utop/utop-2.14.0.ebuild rename to dev-ml/utop/utop-2.14.0-r1.ebuild index 788125604fb3..5439a2c47f25 100644 --- a/dev-ml/utop/utop-2.14.0.ebuild +++ b/dev-ml/utop/utop-2.14.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml-community/utop/archive/${PV}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="emacs +ocamlopt" +IUSE="emacs +ocamlopt test" ELISP_DEPEND=" emacs? ( @@ -37,8 +37,11 @@ BDEPEND=" dev-ml/cppo dev-ml/findlib ${ELISP_DEPEND} + test? ( dev-ml/alcotest ) " +RESTRICT="!test? ( test )" + SITEFILE="50${PN}-gentoo.el" src_compile() {