commit: 2e0924e97aa22fd540616a9de15b2e1bf2408149 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 01:42:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 01:43:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0924e9
sys-apps/logwatch: fix EGIT_REPO_URI debris Other entries in EGIT_REPO_URI are interpreted as backups. Fixes: 1b5793fcd7dcdcb6e28dbbfb79001f9cb4a1a8ea Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/logwatch/logwatch-7.11.ebuild | 2 +- sys-apps/logwatch/logwatch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/logwatch/logwatch-7.11.ebuild b/sys-apps/logwatch/logwatch-7.11.ebuild index b495a9f557bd..65e89de2a50a 100644 --- a/sys-apps/logwatch/logwatch-7.11.ebuild +++ b/sys-apps/logwatch/logwatch-7.11.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Analyzes and Reports on system logs" HOMEPAGE="https://sourceforge.net/projects/logwatch/" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}" + EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git" inherit git-r3 else SRC_URI="https://downloads.sourceforge.net/${PN}/${P}/${P}.tar.gz" diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild index 751955f3a7e9..873b9ebc6bc0 100644 --- a/sys-apps/logwatch/logwatch-9999.ebuild +++ b/sys-apps/logwatch/logwatch-9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Analyzes and Reports on system logs" HOMEPAGE="https://sourceforge.net/projects/logwatch/" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}" + EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git" inherit git-r3 else SRC_URI="https://downloads.sourceforge.net/${PN}/${P}/${P}.tar.gz"
