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 3BCD6138359 for ; Sat, 17 Oct 2020 01:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84CF1E0784; Sat, 17 Oct 2020 01:19:58 +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 69CE1E0784 for ; Sat, 17 Oct 2020 01:19:58 +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 850D33410C0 for ; Sat, 17 Oct 2020 01:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39DF23A0 for ; Sat, 17 Oct 2020 01:19:56 +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: <1602897452.9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camomile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camomile/camomile-1.0.2.ebuild X-VCS-Directories: dev-ml/camomile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183 X-VCS-Branch: master Date: Sat, 17 Oct 2020 01:19:56 +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: 99bea5a8-50f6-4734-b535-deb30859ab43 X-Archives-Hash: 997dbba84c5c102d27d0a2b72cf957c0 commit: 9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183 Author: Sam James gentoo org> AuthorDate: Sat Oct 17 01:17:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 17 01:17:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad7ac78 dev-ml/camomile: drop useless USE=test Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-ml/camomile/camomile-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camomile/camomile-1.0.2.ebuild b/dev-ml/camomile/camomile-1.0.2.ebuild index 56a31353629..48e6b5af7f4 100644 --- a/dev-ml/camomile/camomile-1.0.2.ebuild +++ b/dev-ml/camomile/camomile-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${P^}" LICENSE="LGPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt test" +IUSE="+ocamlopt" # Unbound module errors RESTRICT="test"