summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-05-06 11:19:51 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-05-06 11:20:11 -0400
commitb071e217316205e7e189e6f903b59dc594c66080 (patch)
treedc2060d27ffc4742a45b27741d35d295792a7ac5 /dev-libs/libucl
parentmedia-gfx/slic3r: fix patching bug #617640 (diff)
downloadgentoo-b071e217316205e7e189e6f903b59dc594c66080.tar.gz
gentoo-b071e217316205e7e189e6f903b59dc594c66080.tar.bz2
gentoo-b071e217316205e7e189e6f903b59dc594c66080.zip
dev-libs/libucl: update flag description for USE=utils.
The "utils" USE flag enables two utilities currently: chargen and objdump. I've mentioned them explicitly in metadata.xml, and left a comment about a new utility in a future (unpackaged) version. Gentoo-Bug: 600762 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libucl')
-rw-r--r--dev-libs/libucl/metadata.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/libucl/metadata.xml b/dev-libs/libucl/metadata.xml
index f564bfde4e33..6d4d014359bc 100644
--- a/dev-libs/libucl/metadata.xml
+++ b/dev-libs/libucl/metadata.xml
@@ -2,16 +2,20 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <longdescription>UCL is heavily infused by nginx configuration as the example
- of a convenient configuration system. However, UCL is fully compatible with
- JSON format and is able to parse json files. It can also emit UCL objects
- into different formats such as "nginx like", json, yaml and
- compact json</longdescription>
+ <longdescription>
+ UCL is heavily infused by nginx configuration as the example of a
+ convenient configuration system. However, UCL is fully compatible
+ with JSON format and is able to parse json files. It can also emit
+ UCL objects into different formats such as "nginx like", json,
+ yaml and compact json
+ </longdescription>
<use>
<flag name="regex">Enable regex checking for schema</flag>
<flag name="signatures">Enable signatures check</flag>
<flag name="urlfetch">Enable URLs fetch</flag>
- <flag name="utils">Builds and installs utils</flag>
+
+ <!-- in v0.8.0, also the ucl-tool utility -->
+ <flag name="utils">Install the chargen and objdump utilities</flag>
</use>
<upstream>
<remote-id type="github">vstakhov/libucl</remote-id>