commit: 20070489233c646a040f0fd319a8c37776750fb5 Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Tue Jul 22 01:48:28 2025 +0000 Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com> CommitDate: Tue Jul 22 01:48:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20070489
app-mobilephone/flashlight: remove redundant eclass inherit fixes the following pkgcheck warnings: app-mobilephone/flashlight ProvidedEclassInherit: version 0.1.1-r2: line 6: redundant eclass inherit 'xdg-utils', provided by 'gnome2-utils' Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild index cee63d180e..93b80c6267 100644 --- a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild +++ b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson gnome2-utils udev xdg-utils +inherit meson gnome2-utils udev MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
