commit: 37bc977af4ceee89157c6b7f870f0d2c323995d6
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Mon Jul 21 00:48:42 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Mon Jul 21 00:48:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37bc977a
app-misc/tinyfetch: fix metadata.xml indentation
fixes the following pkgcheck warnings:
app-misc/tinyfetch
PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent
indentation on line: 18
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-misc/tinyfetch/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/tinyfetch/metadata.xml b/app-misc/tinyfetch/metadata.xml
index dbe59c026a..33f942c2d0 100644
--- a/app-misc/tinyfetch/metadata.xml
+++ b/app-misc/tinyfetch/metadata.xml
@@ -15,6 +15,6 @@
<remote-id type="github">kernaltrap8/tinyfetch</remote-id>
</upstream>
<use>
- <flag name="pci">Enables the use of pciutils to detect GPU
names</flag>
+ <flag name="pci">Enables the use of pciutils to detect GPU names</flag>
</use>
</pkgmetadata>