diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-15 12:42:00 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-15 12:42:42 -0500 |
commit | 7559f441d8a99a5c965d62f82d6443d2da02589f (patch) | |
tree | 41b5f9b53d063f5989a82e4c0fc60159750a9fbc /dev-db | |
parent | dev-db/mariadb: Fix ebuild tests to call the correct disable function (diff) | |
download | gentoo-7559f441d8a99a5c965d62f82d6443d2da02589f.tar.gz gentoo-7559f441d8a99a5c965d62f82d6443d2da02589f.tar.bz2 gentoo-7559f441d8a99a5c965d62f82d6443d2da02589f.zip |
dev-db/mysql: Fix ebuild tests to call the correct disable function
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.6.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.6.28.ebuild b/dev-db/mysql/mysql-5.6.28.ebuild index 716cd4f2fe13..ee4c1e885c8d 100644 --- a/dev-db/mysql/mysql-5.6.28.ebuild +++ b/dev-db/mysql/mysql-5.6.28.ebuild @@ -123,13 +123,13 @@ multilib_src_test() { rpl.rpl_plugin_load \ main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \ ; do - mysql-multilib_disable_test "$t" "False positives in Gentoo" + mysql-multilib-r1_disable_test "$t" "False positives in Gentoo" done if ! use extraengine ; then # bug 401673, 530766 for t in federated.federated_plugin ; do - mysql-multilib_disable_test "$t" "Test $t requires USE=extraengine (Need federated engine)" + mysql-multilib-r1_disable_test "$t" "Test $t requires USE=extraengine (Need federated engine)" done fi |