summaryrefslogtreecommitdiff
path: root/dev-haskell/wcwidth/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/wcwidth/metadata.xml')
-rw-r--r--dev-haskell/wcwidth/metadata.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/dev-haskell/wcwidth/metadata.xml b/dev-haskell/wcwidth/metadata.xml
index 9e3d25033a24..0bbbebc166bd 100644
--- a/dev-haskell/wcwidth/metadata.xml
+++ b/dev-haskell/wcwidth/metadata.xml
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <use>
- <flag name="cli">
- Enable command line tool
- </flag>
- </use>
- <longdescription>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
Bindings for your system's native wcwidth and a command line tool to examine
the widths assigned by it. The command line tool can compile a width table
to Haskell code that assigns widths to the Char type.
</longdescription>
-</pkgmetadata>
+
+ <use>
+ <flag name="cli">
+ Enable command line tool
+ </flag>
+ </use>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file