dev-haskell/hslua: fix metadata.xml

dev-haskell/hslua/metadata.xml:18: element use: Schema=
s validity error : Element 'use': Duplicate key-sequence ['C'] in unique id=
entity-constraint 'useUniquityConstraint'.

https://archives.gentoo.org/gentoo-dev/message/99a91292cc75a4a967a6ff3cf1e0f27b

Package-Manager: portage-2.2.27
This commit is contained in:
Sergei Trofimovich
2016-03-06 11:17:21 +00:00
parent 74f4061480
commit 5aca234ed3

View File

@@ -6,6 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="apicheck">Compile Lua with -DLUA_USE_APICHECK..</flag>
<flag name="system-lua">Use the system-wide lua instead of the bundled copy.</flag>
</use>
<longdescription>
@@ -15,8 +16,4 @@
The package is standalone: full Lua interpreter version 5.1.4
is distributed in this package as well.
</longdescription>
<use>
<flag name="system-lua">Use the system-wide lua instead of the bundled copy.</flag>
<flag name="apicheck">Compile Lua with -DLUA_USE_APICHECK..</flag>
</use>
</pkgmetadata>