diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-23 10:11:31 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-23 10:11:31 -0500 |
commit | 71367c85652f7ce3d4f7132103e5c2b3942d2273 (patch) | |
tree | f0cf7938a47eab32e8f7888bee3d54560b5551a9 /eclass | |
parent | media-gfx/asymptote: bump to 2.35 (diff) | |
download | gentoo-71367c85652f7ce3d4f7132103e5c2b3942d2273.tar.gz gentoo-71367c85652f7ce3d4f7132103e5c2b3942d2273.tar.bz2 gentoo-71367c85652f7ce3d4f7132103e5c2b3942d2273.zip |
mysql-multilib-r1.eclass: Add gitweb snapshot for extras file to SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql-multilib-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass index 0cd841aeed9f..87bcec0cfabf 100644 --- a/eclass/mysql-multilib-r1.eclass +++ b/eclass/mysql-multilib-r1.eclass @@ -134,6 +134,7 @@ SRC_URI="${SERVER_URI}" if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then SRC_URI="${SRC_URI} mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" |