diff options
author | Sam James <sam@gentoo.org> | 2023-02-03 05:58:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-03 05:58:28 +0000 |
commit | 05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e (patch) | |
tree | 48a25e1c124054e5090f777ce4820ff0b75bdade /sys-devel/automake-wrapper | |
parent | sys-devel/autoconf-wrapper: update EGIT_REPO_URI (diff) | |
download | gentoo-05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e.tar.gz gentoo-05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e.tar.bz2 gentoo-05ee0223b12e77666bd89c649ec5a1f5dd7d4b4e.zip |
sys-devel/automake-wrapper: update EGIT_REPO_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake-wrapper')
-rw-r--r-- | sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild index 8adc69a04af4..2c7e8833a582 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-20221207.ebuild @@ -9,7 +9,10 @@ DESCRIPTION="Wrapper for automake to manage multiple automake 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 + https://github.com/gentoo/autotools-wrappers + " inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz" diff --git a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild index 8adc69a04af4..2c7e8833a582 100644 --- a/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild +++ b/sys-devel/automake-wrapper/automake-wrapper-99999999.ebuild @@ -9,7 +9,10 @@ DESCRIPTION="Wrapper for automake to manage multiple automake 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 + https://github.com/gentoo/autotools-wrappers + " inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz" |