| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.90 2008/05/22 18:13:33 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.91 2008/05/29 03:15:12 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
5 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
| 6 | # Maintainer: MySQL Team <mysql-bugs@gentoo.org> |
6 | # Maintainer: MySQL Team <mysql-bugs@gentoo.org> |
| 7 | # - Luca Longinotti <chtekk@gentoo.org> |
7 | # - Luca Longinotti <chtekk@gentoo.org> |
| 8 | # - Robin H. Johnson <robbat2@gentoo.org> |
8 | # - Robin H. Johnson <robbat2@gentoo.org> |
| … | |
… | |
| 467 | # EBUILD FUNCTIONS |
467 | # EBUILD FUNCTIONS |
| 468 | # |
468 | # |
| 469 | mysql_pkg_setup() { |
469 | mysql_pkg_setup() { |
| 470 | if hasq test ${FEATURES} ; then |
470 | if hasq test ${FEATURES} ; then |
| 471 | if ! use minimal ; then |
471 | if ! use minimal ; then |
| 472 | if ! hasq userpriv ${FEATURES} ; then |
472 | if [[ $UID -eq 0 ]]; then |
| 473 | die "Testing with FEATURES=-userpriv is no longer supported by upstream" |
473 | die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root." |
| 474 | fi |
474 | fi |
| 475 | fi |
475 | fi |
| 476 | fi |
476 | fi |
| 477 | |
477 | |
| 478 | # Check for USE flag problems in pkg_setup |
478 | # Check for USE flag problems in pkg_setup |