commit: 19a2a580469777a228a33f9cef13813fe428519f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 23 00:50:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 00:50:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a2a580
sys-devel/autoconf-wrapper: fix repo URL typo Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild index 9c6f006f4f4a..00ae3761530d 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Wrapper for autoconf to manage multiple autoconf versions" HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI=" https://anongit.gentoo.org/git/proj/autotools-wrappers.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/autotools-wrappers.git" inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz"
