commit: ba9bd9eee8eda3a9d47fb8f327e997be46bed48f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 20 17:30:40 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 23:22:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9bd9ee
dev-games/physfs: add missing remote-id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39388 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-games/physfs/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-games/physfs/metadata.xml b/dev-games/physfs/metadata.xml index ac2991dbd822..78075789dacb 100644 --- a/dev-games/physfs/metadata.xml +++ b/dev-games/physfs/metadata.xml @@ -33,4 +33,7 @@ <flag name="wad">Enable Doom WAD archive support</flag> <flag name="qpak">Enable Quake I/II QPAK archive support</flag> </use> + <upstream> + <remote-id type="github">icculus/physfs</remote-id> + </upstream> </pkgmetadata>
