commit: a6c8c166530d55b8f92b24dc7bd7c5d61e57e199 Author: Jesse De Haan <dehaanjesses <AT> gmail <DOT> com> AuthorDate: Tue Oct 7 16:17:44 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Oct 7 16:17:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6c8c166
app-admin/agru: add EAPI Blank Line Signed-off-by: Jesse De Haan <dehaanjesses <AT> gmail.com> app-admin/agru/agru-0.1.16.ebuild | 1 + app-admin/agru/agru-0.1.17.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-admin/agru/agru-0.1.16.ebuild b/app-admin/agru/agru-0.1.16.ebuild index 625a8b59e2..4b8dc5ed09 100644 --- a/app-admin/agru/agru-0.1.16.ebuild +++ b/app-admin/agru/agru-0.1.16.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit go-module DESCRIPTION="A tool for managing GitLab groups and projects" diff --git a/app-admin/agru/agru-0.1.17.ebuild b/app-admin/agru/agru-0.1.17.ebuild index 625a8b59e2..4b8dc5ed09 100644 --- a/app-admin/agru/agru-0.1.17.ebuild +++ b/app-admin/agru/agru-0.1.17.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit go-module DESCRIPTION="A tool for managing GitLab groups and projects"
