diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 37f5b3e..41ad567 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -160,7 +160,7 @@ SRC_URI="${SERVER_URI}" for str in ${MYSQL_STORAGE} ; do STORAGE_USE="${str/-*/}" - SRC_URI="${SRC_URI} ${STORAGE_USE}? ( http://ftp.mars.arge.at/mysql/mysql-storage-${str}.tar.gz )" + SRC_URI="${SRC_URI} ${STORAGE_USE}? ( http://ftp.disconnected-by-peer.at/mysql/mysql-storage-${str}.tar.gz )" STORAGE_IUSE="${STORAGE_IUSE} ${STORAGE_USE}" done