From 9185e7eed5c8d3ac7d44881cc9a728d0ad65716f Mon Sep 17 00:00:00 2001 From: geos_one Date: Wed, 2 Dec 2009 16:10:43 +0000 Subject: [PATCH] make the mysql-storage download link more general git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1595 6952d904-891a-0410-993b-d76249ca496b --- eclass/mysql.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 3042bd2..d8bcec3 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -97,7 +97,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}-gentoo.tar.gz )" + SRC_URI="${SRC_URI} ${STORAGE_USE}? ( http://ftp.mars.arge.at/mysql/mysql-storage-${str}.tar.gz )" STORAGE_IUSE="${STORAGE_IUSE} ${STORAGE_USE}" done