From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED9EB1396D9 for ; Thu, 16 Nov 2017 13:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A23E0F38; Thu, 16 Nov 2017 13:36:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D55EE0F38 for ; Thu, 16 Nov 2017 13:36:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF42733C27B for ; Thu, 16 Nov 2017 13:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43469CCA for ; Thu, 16 Nov 2017 13:36:35 +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: <1510839374.af16aa58e7d1be4995b2dc6994966f73af455c03.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.1.29.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: af16aa58e7d1be4995b2dc6994966f73af455c03 X-VCS-Branch: master Date: Thu, 16 Nov 2017 13:36:35 +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: 15e08b36-4100-4ca8-b452-8079c858650d X-Archives-Hash: 50d31c8f13294a0c4d1d70eae89bb4dd commit: af16aa58e7d1be4995b2dc6994966f73af455c03 Author: Brian Evans gentoo org> AuthorDate: Thu Nov 16 13:36:14 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Nov 16 13:36:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af16aa58 dev-db/mariadb: Raise minimum libpcre for build failure wrt bug 637648 Closes: https://bugs.gentoo.org/637648 Package-Manager: Portage-2.3.14, Repoman-2.3.5 dev-db/mariadb/mariadb-10.1.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.1.29.ebuild b/dev-db/mariadb/mariadb-10.1.29.ebuild index 0464ff44aa7..7ecbe178219 100644 --- a/dev-db/mariadb/mariadb-10.1.29.ebuild +++ b/dev-db/mariadb/mariadb-10.1.29.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=" systemd? ( sys-apps/systemd:= ) tokudb? ( app-arch/snappy ) ) - >=dev-libs/libpcre-8.35:3= + >=dev-libs/libpcre-8.41-r1:3= " DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) server? ( extraengine? ( jdbc? ( >=virtual/jdk-1.6 ) ) )