commit: 03bcb3e2e7947f016555b8eacfabb8bf80be9f71
Author: Mathieu Roberge <contact.techoraye <AT> techoraye <DOT> com>
AuthorDate: Thu Dec 25 19:06:20 2025 +0000
Commit: Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com>
CommitDate: Thu Dec 25 19:07:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03bcb3e2
app-misc/metetch: fix pkgcheck issues
- Remove empty IUSE assignment
- Remove trailing whitespace
- Update Manifest
Signed-off-by: Mathieu Roberge <robergem2008 <AT> gmail.com>
Signed-off-by: Mathieu Roberge <contact.techoraye <AT> techoraye.com>
app-misc/metetch/metetch-0.5.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/metetch/metetch-0.5.4.ebuild
b/app-misc/metetch/metetch-0.5.4.ebuild
index d46c7e47b1..dded73b263 100644
--- a/app-misc/metetch/metetch-0.5.4.ebuild
+++ b/app-misc/metetch/metetch-0.5.4.ebuild
@@ -23,4 +23,4 @@ BDEPEND="virtual/pkgconfig"
src_install() {
cmake_src_install
einstalldocs
-}
\ No newline at end of file
+}