summaryrefslogtreecommitdiff
path: root/dev-scheme/racket
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-scheme/racket
parent3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff)
downloadgentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.xz
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'dev-scheme/racket')
-rw-r--r--dev-scheme/racket/metadata.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml
index 5fbf28bf18b..ebd9fa19ddd 100644
--- a/dev-scheme/racket/metadata.xml
+++ b/dev-scheme/racket/metadata.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
<herd>scheme</herd>
<longdescription lang="en">
@@ -14,19 +13,19 @@ 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='backtrace'>
+ <flag name="backtrace">
Support GC backtrace dumps
</flag>
- <flag name='futures'>
+ <flag name="futures">
Enable racket/future library for fine-grained hardware parallelism
</flag>
- <flag name='places'>
+ <flag name="places">
Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
</flag>
- <flag name='plot'>
+ <flag name="plot">
Enable plot libraries
</flag>
- <flag name='threads'>
+ <flag name="threads">
Enable support for green threads
</flag>
</use>