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 27E921382C5 for ; Sat, 6 Mar 2021 18:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C913E0843; Sat, 6 Mar 2021 18:08: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 30F99E0843 for ; Sat, 6 Mar 2021 18:08: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 A03C4340E86 for ; Sat, 6 Mar 2021 18:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DA7581 for ; Sat, 6 Mar 2021 18:07: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: <1615054062.77d4617fa01ced29ac75c65c6353ffd55cb4586d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mtime/metadata.xml dev-ml/mtime/mtime-1.1.0.ebuild X-VCS-Directories: dev-ml/mtime/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 77d4617fa01ced29ac75c65c6353ffd55cb4586d X-VCS-Branch: master Date: Sat, 6 Mar 2021 18:07: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: fb24229e-8f00-49c8-ac32-1583b47d30cb X-Archives-Hash: 1274eb76bf1fee9a869b1371bfb1eefb commit: 77d4617fa01ced29ac75c65c6353ffd55cb4586d Author: Alfredo Tupone gentoo org> AuthorDate: Sat Mar 6 18:07:42 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Mar 6 18:07:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d4617f dev-ml/mtime: rem dep on dev-ml/js_of_ocaml Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/mtime/metadata.xml | 5 ++++- dev-ml/mtime/mtime-1.1.0.ebuild | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ml/mtime/metadata.xml b/dev-ml/mtime/metadata.xml index 430548eaef5..9a976f832f4 100644 --- a/dev-ml/mtime/metadata.xml +++ b/dev-ml/mtime/metadata.xml @@ -1,7 +1,10 @@ - + + ml@gentoo.org + ML + dbuenzli/mtime diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild index 021313a0546..91dfab39d4d 100644 --- a/dev-ml/mtime/mtime-1.1.0.ebuild +++ b/dev-ml/mtime/mtime-1.1.0.ebuild @@ -12,11 +12,10 @@ SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="javascript test" +IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-lang/ocaml:=[ocamlopt] - javascript? ( dev-ml/js_of_ocaml:= ) " DEPEND="${RDEPEND} dev-ml/topkg @@ -25,7 +24,7 @@ DEPEND="${RDEPEND} src_compile() { ocaml pkg/pkg.ml build \ - --with-js_of_ocaml $(usex javascript true false) \ + --with-js_of_ocaml false \ --tests $(usex test true false) \ || die }