diff options
author | Brian Evans <grknight@gentoo.org> | 2014-05-08 13:09:24 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-05-08 13:09:24 -0400 |
commit | f1f205c2997d8ada03040c128a59c4c71ab63ea5 (patch) | |
tree | 10b435a085a15468aca69ad8e60ae83a229dea8e /eclass/mysql-v2.eclass | |
parent | [percona-server] Version bumps (diff) | |
download | mysql-f1f205c2997d8ada03040c128a59c4c71ab63ea5.tar.gz mysql-f1f205c2997d8ada03040c128a59c4c71ab63ea5.tar.bz2 mysql-f1f205c2997d8ada03040c128a59c4c71ab63ea5.zip |
[eclass] Add my dev space as a patch source
Diffstat (limited to 'eclass/mysql-v2.eclass')
-rw-r--r-- | eclass/mysql-v2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index d4d1bd1..7fb7bfa 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -176,6 +176,7 @@ if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" + http://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" fi DESCRIPTION="A fast, multi-threaded, multi-user SQL database server." |