commit: 79d9ff5a317c019f936e9730ef2ffb1e8ae95e53 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed Oct 29 21:39:51 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 19:24:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d9ff5a
gnustep-base/gnustep-make: add github upstream metadata Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44437 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-base/gnustep-make/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnustep-base/gnustep-make/metadata.xml b/gnustep-base/gnustep-make/metadata.xml index e1355574cfec..2d66e498ce2f 100644 --- a/gnustep-base/gnustep-make/metadata.xml +++ b/gnustep-base/gnustep-make/metadata.xml @@ -16,4 +16,7 @@ the user to easily create cross-compiled binaries. <flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>llvm-core/clang</pkg> compiler</flag> <flag name="native-exceptions">Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag> </use> +<upstream> + <remote-id type="github">gnustep/tools-make</remote-id> +</upstream> </pkgmetadata>
