From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06EF4138247 for ; Tue, 12 Nov 2013 16:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC78DE09C6; Tue, 12 Nov 2013 16:29:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 598A1E09C6 for ; Tue, 12 Nov 2013 16:29:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68E1E33F238 for ; Tue, 12 Nov 2013 16:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 089C8E530A for ; Tue, 12 Nov 2013 16:29:52 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1384273773.90a749646efa1d6f1429c086b8281f59dbf7f502.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql_fx.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 90a749646efa1d6f1429c086b8281f59dbf7f502 X-VCS-Branch: master Date: Tue, 12 Nov 2013 16:29:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be0a6f83-8d35-4ea2-81c1-d647c7b2d4c5 X-Archives-Hash: 2b368552ac8be4aad9bbc00ab2f4d8c0 commit: 90a749646efa1d6f1429c086b8281f59dbf7f502 Author: Brian Evans tuffmail com> AuthorDate: Tue Nov 12 16:29:33 2013 +0000 Commit: Brian Evans lavabit com> CommitDate: Tue Nov 12 16:29:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=90a74964 [eclass] Fix mysql_fx to return the new MY_DATADIR to pkg_config. Fixes bugs #453480 and #491084 --- eclass/mysql_fx.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 2e56fba..c62bd8c 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -290,6 +290,7 @@ mysql_init_vars() { ewarn "MySQL MY_DATADIR has changed" ewarn "from ${MY_DATADIR}" ewarn "to ${new_MY_DATADIR}" + MY_DATADIR="${new_MY_DATADIR}" fi fi fi