diff options
author | Sam James <sam@gentoo.org> | 2024-08-29 02:42:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-29 02:43:25 +0100 |
commit | 2e0924e97aa22fd540616a9de15b2e1bf2408149 (patch) | |
tree | ea9f69b6b5bfc8d51e5bcac5013bb3ed45668afa | |
parent | sys-apps/logwatch: add 7.11 (diff) | |
download | gentoo-2e0924e97aa22fd540616a9de15b2e1bf2408149.tar.gz gentoo-2e0924e97aa22fd540616a9de15b2e1bf2408149.tar.bz2 gentoo-2e0924e97aa22fd540616a9de15b2e1bf2408149.zip |
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@gentoo.org>
-rw-r--r-- | sys-apps/logwatch/logwatch-7.11.ebuild | 2 | ||||
-rw-r--r-- | 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" |