mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
Take a snapshot as upstream releases seem infrequent and we'd have
to backport a few patches if using the last release, and I already did
the dep work for master.
Based on the ebuild from ::kdab-overlay [0].
[0] 640bf73ef2/dev-util/hotspot/hotspot-1.5.1.ebuild
Closes: https://bugs.gentoo.org/624062
Signed-off-by: Sam James <sam@gentoo.org>
15 lines
437 B
XML
15 lines
437 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="debuginfod">Enable debuginfod support via <pkg>dev-libs/elfutils</pkg> libdebuginfod</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">KDAB/hotspot</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|