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 A982A158018 for ; Sat, 2 Oct 2021 21:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035A3E0821; Sat, 2 Oct 2021 21:10:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD658E0821 for ; Sat, 2 Oct 2021 21:10:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4864342DD7 for ; Sat, 2 Oct 2021 21:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D36089 for ; Sat, 2 Oct 2021 21:10:44 +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: <1633209026.f9998f2a3ad8054cdcec2eb0471a68a865e12ab4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild X-VCS-Directories: dev-ml/stdlib-shims/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9998f2a3ad8054cdcec2eb0471a68a865e12ab4 X-VCS-Branch: master Date: Sat, 2 Oct 2021 21:10:44 +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: cd6daebd-17ee-4705-ad5f-fd31ae3d3e8e X-Archives-Hash: 9fee01ae7aab5035ee629c8647639478 commit: f9998f2a3ad8054cdcec2eb0471a68a865e12ab4 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 05:39:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 21:10:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9998f2a dev-ml/stdlib-shims: enable +ocamlopt by default Signed-off-by: Sam James gentoo.org> dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild | 2 +- dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild index 5ce9d879e11..9f748eb07a6 100644 --- a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild +++ b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="ocamlopt" +IUSE="+ocamlopt" DOCS=( "README.md" "CHANGES.md" "LICENSE" ) diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild index 135f3ce10d4..f4a918c7244 100644 --- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild +++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="ocamlopt" +IUSE="+ocamlopt" DOCS=( "README.md" "CHANGES.md" "LICENSE" )