blob: 70f4a25e735897d7f207cd3851bacf866b01d0f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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="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>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|