mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
upstream thinks it could potentially damage hardware, so add the USE flag "usbreset" which is off by default and masked. Closes: https://bugs.gentoo.org/948216 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40177 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
360 B
XML
11 lines
360 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>
|
|
<use>
|
|
<flag name="usbreset">additionally compile the potentially problematic usbreset util</flag>
|
|
</use>
|
|
</pkgmetadata>
|