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 1QgtQ4-0000zg-5m 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 1EBF321C04D; Wed, 13 Jul 2011 06:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E28C521C04D 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 630A42AC21F 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 815D78003D 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: <424f3d70ef01082f2080c79b68009203b2ef3a0d.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 424f3d70ef01082f2080c79b68009203b2ef3a0d 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: 0b724ae1208805a58a39bb4c0d208e60 commit: 424f3d70ef01082f2080c79b68009203b2ef3a0d Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jul 13 06:58:54 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jul 13 06:58:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D424f3d70 Import v1.161 change for git-2. --- eclass/mysql.eclass | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 8dd87f7..d41a064 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.160 2011/05/0= 7 19:16:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.161 2011/07/0= 8 11:35:01 ssuominen Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -28,7 +28,7 @@ S=3D"${WORKDIR}/mysql" if [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]]; then EGIT_PROJECT=3Dmysql-extras EGIT_REPO_URI=3D"git://git.overlays.gentoo.org/proj/mysql-extras.git" - inherit git-2 + inherit git fi =20 case "${EAPI:-0}" in @@ -773,7 +773,7 @@ pbxt_src_install() { # create new user and group for mysql # warn about deprecated features mysql_pkg_setup() { - 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."