gentoo/dev-util/pkgconf/metadata.xml
Matt Turner 1f9d961bfe
dev-util/pkgconf: Add IUSE=native-symlinks
Similar to other toolchain packages.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2024-02-29 12:56:02 -05:00

22 lines
667 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
</maintainer>
<slots>
<subslots>SONAME version of libpkgconf</subslots>
</slots>
<upstream>
<remote-id type="github">pkgconf/pkgconf</remote-id>
<remote-id type="cpe">cpe:/a:pkgconf:pkgconf</remote-id>
</upstream>
<use>
<flag name="native-symlinks">
Install generic symlinks like pkgconf and pkg-config.
If this flag is disabled, only CHOST-prefixed pkg-config
executables will be available to end users and ebuilds.
</flag>
</use>
</pkgmetadata>