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 27ECF1384B4 for ; Mon, 14 Dec 2015 14:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FB421C09A; Mon, 14 Dec 2015 14:36:10 +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 9472121C099 for ; Mon, 14 Dec 2015 14:36:09 +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 5B9F033BE44 for ; Mon, 14 Dec 2015 14:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0139A1 for ; Mon, 14 Dec 2015 14:36:05 +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: <1450103721.3ebff50c7ef89f55f3830ff1389bab68e25e68b3.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: 3ebff50c7ef89f55f3830ff1389bab68e25e68b3 X-VCS-Branch: master Date: Mon, 14 Dec 2015 14:36:05 +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: e116f5da-a34d-4698-9f2d-6eb13385e772 X-Archives-Hash: 7a96edeb6da45eed6a3e2d944424acd3 commit: 3ebff50c7ef89f55f3830ff1389bab68e25e68b3 Author: Brian Evans gentoo org> AuthorDate: Mon Dec 14 14:27:10 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Dec 14 14:35:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebff50c dev-db/mysql: Fix tests with removed USE flag Package-Manager: portage-2.2.26 dev-db/mysql/mysql-5.6.28.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.28.ebuild b/dev-db/mysql/mysql-5.6.28.ebuild index 959b86e..716cd4f 100644 --- a/dev-db/mysql/mysql-5.6.28.ebuild +++ b/dev-db/mysql/mysql-5.6.28.ebuild @@ -74,13 +74,6 @@ multilib_src_test() { retstatus_unit=$? [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed" - # Create a symlink to provided binaries so the tests can find them when client-libs is off - if ! use client-libs ; then - ln -srf /usr/bin/my_print_defaults "${BUILD_DIR}/client/my_print_defaults" || die - ln -srf /usr/bin/perror "${BUILD_DIR}/client/perror" || die - mysql-multilib_disable_test main.perror "String mismatch due to not building local perror" - fi - # Ensure that parallel runs don't die export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # Enable parallel testing, auto will try to detect number of cores