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 365181382C5 for ; Tue, 9 Feb 2021 20:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A24FE08EC; Tue, 9 Feb 2021 20:22:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 32C26E08EC for ; Tue, 9 Feb 2021 20:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D18BA340B9C for ; Tue, 9 Feb 2021 20:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3529EC3 for ; Tue, 9 Feb 2021 20:22:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612902105.e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1.sam@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.1.ebuild X-VCS-Directories: dev-ml/uutf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1 X-VCS-Branch: master Date: Tue, 9 Feb 2021 20:22: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: 805e81e5-a154-41f4-94b9-f514623a60ce X-Archives-Hash: fe9f97cae535b0484fe76b757d238608 commit: e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 20:21:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 20:21:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11bf0af dev-ml/uutf: utftrip needs ocamlopt Closes: https://bugs.gentoo.org/629026 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/uutf/uutf-1.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild index ae4e6b83565..9c9388e1b63 100644 --- a/dev-ml/uutf/uutf-1.0.1.ebuild +++ b/dev-ml/uutf/uutf-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,6 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="doc utftrip +ocamlopt test" RESTRICT="!test? ( test )" +REQUIRED_USE="utftrip? ( ocamlopt )" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/uchar:=