From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28F741384B4 for ; Tue, 15 Dec 2015 17:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E1EFE0814; Tue, 15 Dec 2015 17:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A37A4E0814 for ; Tue, 15 Dec 2015 17:42:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82C6034045C for ; Tue, 15 Dec 2015 17:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BBAB3D for ; Tue, 15 Dec 2015 17:42:50 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1450201362.7559f441d8a99a5c965d62f82d6443d2da02589f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.6.28.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7559f441d8a99a5c965d62f82d6443d2da02589f X-VCS-Branch: master Date: Tue, 15 Dec 2015 17:42:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79a9c7a7-39c2-4f0b-a345-0e2587f4267f X-Archives-Hash: 3e3659421f7147b04122accc05632dfe commit: 7559f441d8a99a5c965d62f82d6443d2da02589f Author: Brian Evans gentoo org> AuthorDate: Tue Dec 15 17:42:00 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Dec 15 17:42:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7559f441 dev-db/mysql: Fix ebuild tests to call the correct disable function Package-Manager: portage-2.2.26 dev-db/mysql/mysql-5.6.28.ebuild | 4 ++-- 1 file 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 716cd4f..ee4c1e8 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