From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QgtQ3-0000zd-Uz for garchives@archives.gentoo.org; Wed, 13 Jul 2011 06:59:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1685121C045; Wed, 13 Jul 2011 06:59:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D99ED21C045 for ; Wed, 13 Jul 2011 06:59:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DD522AC218 for ; Wed, 13 Jul 2011 06:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AD97C8003F for ; Wed, 13 Jul 2011 06:59:29 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b4d568159e32c663a587506d7543c8ffbc667c7b Date: Wed, 13 Jul 2011 06:59:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1994751c5ea2e880744d17e21293b9c7 commit: b4d568159e32c663a587506d7543c8ffbc667c7b Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jul 13 06:59:25 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jul 13 06:59:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Db4d56815 Port hasq->has change to mysql-v2 eclass. --- eclass/mysql-v2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 89ce954..7e55dc0 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -372,7 +372,7 @@ configure_common() { # warn about deprecated features mysql-v2_pkg_setup() { =20 - if hasq test ${FEATURES} ; then + if has test ${FEATURES} ; then if ! use minimal ; then if [[ $UID -eq 0 ]]; then eerror "Testing with FEATURES=3D-userpriv is no longer supported by = upstream. Tests MUST be run as non-root."