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:
geos_one
2010-05-10 18:43:24 +00:00
parent afdc7fea3a
commit 925fd4bc5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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