commit: 654574d62af63c1a918cc1d9f253e92b59cd4d9b Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Thu May 30 05:22:31 2024 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Thu May 30 05:22:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=654574d6
dev-lang/dmd: add github upstream metadata Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> dev-lang/dmd/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/dmd/metadata.xml b/dev-lang/dmd/metadata.xml index 2d7f349..4e06635 100644 --- a/dev-lang/dmd/metadata.xml +++ b/dev-lang/dmd/metadata.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <upstream> + <remote-id type="github">dlang/dmd</remote-id> + </upstream> <use> <flag name="selfhost">Bootstrap dmd using an upstream provided compiler binary</flag> </use>
