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 8D290138BED for ; Mon, 19 Oct 2015 18:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA75E0804; Mon, 19 Oct 2015 18:14:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD3FE0804 for ; Mon, 19 Oct 2015 18:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4C4533FA71 for ; Mon, 19 Oct 2015 18:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BCF41089 for ; Mon, 19 Oct 2015 18:13:57 +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: <1445277320.43a82dd161e6558ec91ceb6c68391fee83cba21d.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mysql/mysql-5.5.46.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 43a82dd161e6558ec91ceb6c68391fee83cba21d X-VCS-Branch: master Date: Mon, 19 Oct 2015 18:13:57 +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: 020ae4f6-c0e2-45b2-962f-bf966d7ca1ad X-Archives-Hash: c514cdafbe49fec8ea2da48b8f8e232a commit: 43a82dd161e6558ec91ceb6c68391fee83cba21d Author: Brian Evans gentoo org> AuthorDate: Mon Oct 19 17:55:20 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Oct 19 17:55:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=43a82dd1 dev-db/mysql: Update patches on 5.5.46 Signed-off-by: Brian Evans gentoo.org> dev-db/mysql/mysql-5.5.46.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.5.46.ebuild b/dev-db/mysql/mysql-5.5.46.ebuild index e312d8f..9a964d7 100644 --- a/dev-db/mysql/mysql-5.5.46.ebuild +++ b/dev-db/mysql/mysql-5.5.46.ebuild @@ -4,7 +4,7 @@ EAPI="5" -MY_EXTRAS_VER="20150729-1849Z" +MY_EXTRAS_VER="20150127-1351Z" MY_PV="${PV//_alpha_pre/-m}" MY_PV="${MY_PV//_/-}" @@ -22,7 +22,7 @@ EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. -EPATCH_EXCLUDE='20019_all_mysql-5.5-mtr-perl-deprecation.patch' +EPATCH_EXCLUDE='' DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )" RDEPEND="${RDEPEND}"