mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
Unkeyworded 6.8.0_rc and live have not been really tested yet, will have a closer look when 6.8.0 is due to release. Has the same problem as qtbase with test binaries, albeit unlike qtbase can take a shortcut by deleting the directory. This "could" come bite back if the package starts installing something valid there (ideal would be for upstream to stop installing junk only used by tests). Closes: https://bugs.gentoo.org/939293 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
21 lines
620 B
XML
21 lines
620 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>qt@gentoo.org</email>
|
|
<name>Gentoo Qt Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
|
<doc>https://doc.qt.io/</doc>
|
|
<remote-id type="github">qt/qtremoteobjects</remote-id>
|
|
</upstream>
|
|
<slots>
|
|
<subslots>
|
|
Must only be used by packages that are known to use private parts of the Qt API.
|
|
</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|