From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1414725-garchives=archives.gentoo.org@lists.gentoo.org> 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 6ABB6158093 for <garchives@archives.gentoo.org>; Sun, 3 Jul 2022 08:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A88E0AF7; Sun, 3 Jul 2022 08:18:10 +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 79CF3E0ADD for <gentoo-commits@lists.gentoo.org>; Sun, 3 Jul 2022 08:18:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 767DA341E3C for <gentoo-commits@lists.gentoo.org>; Sun, 3 Jul 2022 08:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC60A4FA for <gentoo-commits@lists.gentoo.org>; Sun, 3 Jul 2022 08:18:07 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> 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" <tupone@gentoo.org> Message-ID: <1656836270.c6db5bdda471f08309c8898286ef0fbd324b31e7.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/uutf/uutf-1.0.3.ebuild X-VCS-Directories: dev-ml/uutf/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c6db5bdda471f08309c8898286ef0fbd324b31e7 X-VCS-Branch: master Date: Sun, 3 Jul 2022 08:18:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6116fd00-a778-410d-b5e1-bb4c856f8a13 X-Archives-Hash: d1fc34e9ead1418ab0a53da281e9270f commit: c6db5bdda471f08309c8898286ef0fbd324b31e7 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 08:17:50 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 08:17:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6db5bdd dev-ml/uutf: force ocamlopt? dependency on cmdliner Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/uutf/uutf-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild index 5faf09387207..a1184fb0a2f1 100644 --- a/dev-ml/uutf/uutf-1.0.3.ebuild +++ b/dev-ml/uutf/uutf-1.0.3.ebuild @@ -18,11 +18,11 @@ REQUIRED_USE="utftrip? ( ocamlopt )" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/uchar:= - utftrip? ( dev-ml/cmdliner:= )" + utftrip? ( dev-ml/cmdliner:=[ocamlopt?] )" DEPEND="${RDEPEND}" BDEPEND="dev-ml/ocamlbuild dev-ml/topkg - test? ( dev-ml/cmdliner )" + test? ( dev-ml/cmdliner[ocamlopt?] )" DOCS=( CHANGES.md README.md )