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 1Rcvdw-0005nx-Fl for garchives@archives.gentoo.org; Tue, 20 Dec 2011 09:05:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D21521C118; Tue, 20 Dec 2011 09:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C98921C118 for ; Tue, 20 Dec 2011 09:05:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E54E51B401A for ; Tue, 20 Dec 2011 09:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E2ECB80042 for ; Tue, 20 Dec 2011 09:05:42 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: 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: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: f1ba194112511b8e7acbe55d56fd2af046ba78b8 Date: Tue, 20 Dec 2011 09:05:42 +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: e125fc7b-6d63-4b72-adcb-6ecb7a1ad433 X-Archives-Hash: 9fa0f9c4b061ab68a425d9986c54feb9 commit: f1ba194112511b8e7acbe55d56fd2af046ba78b8 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Tue Dec 20 09:03:20 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Tue Dec 20 09:03:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Df1ba1941 Use ${EROOT} and not ${ROOT} with absolute installed paths. --- eclass/mysql.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 6b8a2cd..eb66e66 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1386,7 +1386,7 @@ mysql_pkg_config() { =20 # Figure out which options we need to disable to do the setup helpfile=3D"${TMPDIR}/mysqld-help" - ${ROOT}/usr/sbin/mysqld --verbose --help >"${helpfile}" 2>/dev/null + ${EROOT}/usr/sbin/mysqld --verbose --help >"${helpfile}" 2>/dev/null for opt in grant-tables host-cache name-resolve networking slave-start = bdb \ federated innodb ssl log-bin relay-log slow-query-log external-locking= \ ndbcluster \