mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Rust has become required infrastructure for the Asahi project. It is non-negotiable for a functioning kernel. Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38712 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
537 B
XML
17 lines
537 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>jcalligeros99@gmail.com</email>
|
|
<name>James Calligeros</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>asahi@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="symlink">Automatically symlink the kernel sources to /usr/src/linux</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">AsahiLinux/linux</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|