mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
In 5bb392d690, we unmasked system-lua, but iamben
points out the REQUIRED_USE logic was backwards here where system-lua needed
nse on rather than the other way around.
Fix that by just dropping system-lua as a flag, so we now always use the
system Lua if we need it (i.e. if we're building nse).
Bug: https://bugs.gentoo.org/253269
Signed-off-by: Sam James <sam@gentoo.org>
25 lines
888 B
XML
25 lines
888 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>dilfridge@gentoo.org</email>
|
|
<name>Andreas K. Hüttel</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="libssh2">Enable SSH support through <pkg>net-libs/libssh2</pkg></flag>
|
|
<flag name="ncat">Install the ncat utility</flag>
|
|
<flag name="ndiff">Install the ndiff utility</flag>
|
|
<flag name="nping">Install the nping utility</flag>
|
|
<flag name="nse">Include support for the Nmap Scripting Engine (NSE)</flag>
|
|
<flag name="symlink">Install symlink to nc</flag>
|
|
<flag name="zenmap">Install the GTK+ based nmap GUI, zenmap</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">nmap/nmap</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|