summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-23 00:50:29 +0000
committerSam James <sam@gentoo.org>2022-11-23 00:50:29 +0000
commit19a2a580469777a228a33f9cef13813fe428519f (patch)
treee297466e8a3c1265ca4186181ae303822f307bca /sys-devel/autoconf-wrapper
parentdev-tcltk/tclreadline: add github upstream metadata (diff)
downloadgentoo-19a2a580469777a228a33f9cef13813fe428519f.tar.gz
gentoo-19a2a580469777a228a33f9cef13813fe428519f.tar.bz2
gentoo-19a2a580469777a228a33f9cef13813fe428519f.zip
sys-devel/autoconf-wrapper: fix repo URL typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/autoconf-wrapper')
-rw-r--r--sys-devel/autoconf-wrapper/autoconf-wrapper-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
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"