mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
24 lines
610 B
XML
24 lines
610 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>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="bison">
|
|
Symlink to <pkg>app-alternatives/yacc</pkg>.
|
|
</flag>
|
|
<flag name="byacc">
|
|
Symlink to <pkg>dev-util/byacc</pkg>.
|
|
</flag>
|
|
<flag name="reference">
|
|
Symlink to <pkg>dev-util/yacc</pkg>.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|