Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Wed, 13 Jul 2011 06:59:40
Message-Id: b4d568159e32c663a587506d7543c8ffbc667c7b.robbat2@gentoo
1 commit: b4d568159e32c663a587506d7543c8ffbc667c7b
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 06:59:25 2011 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 06:59:25 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=b4d56815
7
8 Port hasq->has change to mysql-v2 eclass.
9
10 ---
11 eclass/mysql-v2.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
15 index 89ce954..7e55dc0 100644
16 --- a/eclass/mysql-v2.eclass
17 +++ b/eclass/mysql-v2.eclass
18 @@ -372,7 +372,7 @@ configure_common() {
19 # warn about deprecated features
20 mysql-v2_pkg_setup() {
21
22 - if hasq test ${FEATURES} ; then
23 + if has test ${FEATURES} ; then
24 if ! use minimal ; then
25 if [[ $UID -eq 0 ]]; then
26 eerror "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."