commit: 65ffd778556f1b787a7970661d776110c390761d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 11 17:07:02 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 19:03:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ffd778
dev-debug: New category Closes: https://github.com/gentoo/gentoo/pull/34763 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-debug/metadata.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-debug/metadata.xml b/dev-debug/metadata.xml new file mode 100644 index 000000000000..1fa12a74d214 --- /dev/null +++ b/dev-debug/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<catmetadata> + <longdescription lang="en"> + Debuggers and debugging-related tools. + </longdescription> + <longdescription lang="de"> + Debugger und Werkzeuge zur Fehlersuche. + </longdescription> + <longdescription lang="pl"> + Debugery i narzędzia związane z debugowaniem. + </longdescription> +</catmetadata>
