redigest tree
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@2221 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
-&& SRC_URI="${SRC_URI} xtradb? ( ${XTRADB_SRC_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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user