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 55E801386F8 for ; Mon, 28 Jan 2013 02:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2202F21C043; Mon, 28 Jan 2013 02:13:25 +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 6296D21C041 for ; Mon, 28 Jan 2013 02:13:24 +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 477E733DB2D for ; Mon, 28 Jan 2013 02:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E28B6E4077 for ; Mon, 28 Jan 2013 02:13:21 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1358827434.c09724d16634e936406661b338533409109abc55.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c09724d16634e936406661b338533409109abc55 X-VCS-Branch: master Date: Mon, 28 Jan 2013 02:13:21 +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: 034b5968-8a76-4029-aa78-8494f90ba508 X-Archives-Hash: 252aa7f801c113790f1df76c98834cb9 commit: c09724d16634e936406661b338533409109abc55 Author: Brian Evans lavabit com> AuthorDate: Tue Jan 22 04:03:54 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Jan 22 04:03:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c09724d1 Apply PBXT patch for Bug 374349 --- eclass/mysql-autotools.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index e2d52ef..210e988 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -421,6 +421,7 @@ mysql-autotools_src_prepare() { i='pbxt' [ -d "${i}" ] && rm -rf "${i}" cp -ral "${WORKDIR}/${PBXT_P}" "${i}" + epatch "${WORKDIR}/mysql-extras/pbxt/fix-low-priority.patch" popd >/dev/null fi