From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1262867-garchives=archives.gentoo.org@lists.gentoo.org> 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 3402213835A for <garchives@archives.gentoo.org>; Sat, 20 Mar 2021 11:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25148E087A; Sat, 20 Mar 2021 11:55:29 +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 0C56FE087A for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 11:55:29 +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 71CB2335D1E for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 11:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBDB65CE for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 11:55:25 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1616241316.81588ad1446d24a990feb38d6c80a3e0711bb067.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/racket/metadata.xml X-VCS-Directories: dev-scheme/racket/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81588ad1446d24a990feb38d6c80a3e0711bb067 X-VCS-Branch: master Date: Sat, 20 Mar 2021 11:55:25 +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: 5faecd9d-da1b-43f6-a553-5d296de46b96 X-Archives-Hash: 12011834acce8e9dad6bc0f75e792721 commit: 81588ad1446d24a990feb38d6c80a3e0711bb067 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 20 11:51:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 11:55:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81588ad1 dev-scheme/racket: add USE=chez description Signed-off-by: Sam James <sam <AT> gentoo.org> dev-scheme/racket/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml index 69beced3af9..339a62f46a7 100644 --- a/dev-scheme/racket/metadata.xml +++ b/dev-scheme/racket/metadata.xml @@ -16,6 +16,9 @@ Extend Racket whenever you need to. Mold it to better suit your tasks without sa Whether you're just starting out, want to know more about programming language applications or models, looking to expand your horizons, or ready to dive into research, Racket can help you become a better programmer and system builder. </longdescription> <use> + <flag name="chez"> + Build Racket on Chez (Racket CS) + </flag> <flag name="futures"> Enable racket/future library for fine-grained hardware parallelism </flag>