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 8635B58973 for ; Thu, 28 Jan 2016 14:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B88A421C002; Thu, 28 Jan 2016 14:49:05 +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 2EB9A21C002 for ; Thu, 28 Jan 2016 14:49:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2730E340B82 for ; Thu, 28 Jan 2016 14:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B6718DA for ; Thu, 28 Jan 2016 14:49:00 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1453992334.7b94eef39a96b72dbf1d2249a2937a5fd075b991.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-5.6.17-r2.ebuild dev-lang/php/php-5.6.17-r3.ebuild dev-lang/php/php-7.0.2-r2.ebuild dev-lang/php/php-7.0.2-r3.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7b94eef39a96b72dbf1d2249a2937a5fd075b991 X-VCS-Branch: master Date: Thu, 28 Jan 2016 14:49:00 +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: d63f067f-2911-41a9-a5bc-4bd55dd6d7da X-Archives-Hash: 72966baf6ff249c125e7a906e975003d commit: 7b94eef39a96b72dbf1d2249a2937a5fd075b991 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Jan 28 00:37:32 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Jan 28 14:45:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b94eef3 dev-lang/php: revision the 5.6 and 7.0 series to add sys-libs/db:5.3 support. We had to leave db:5.3 out of our dependency string until now because the upstream build system couldn't detect it. The latest v5.6.17 and v7.0.2 will find it, though, so we add it as an option. Gentoo-Bug: 564824 Package-Manager: portage-2.2.26 dev-lang/php/{php-5.6.17-r2.ebuild => php-5.6.17-r3.ebuild} | 3 ++- dev-lang/php/{php-7.0.2-r2.ebuild => php-7.0.2-r3.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-5.6.17-r2.ebuild b/dev-lang/php/php-5.6.17-r3.ebuild similarity index 99% rename from dev-lang/php/php-5.6.17-r2.ebuild rename to dev-lang/php/php-5.6.17-r3.ebuild index df8096c..7d9db68 100644 --- a/dev-lang/php/php-5.6.17-r2.ebuild +++ b/dev-lang/php/php-5.6.17-r3.ebuild @@ -85,7 +85,8 @@ DEPEND=" # the ./configure script. Other versions *work*, but we need to stick to # the ones that can be detected to avoid a repeat of bug #564824. DEPEND="${DEPEND} - berkdb? ( || ( sys-libs/db:5.1 + berkdb? ( || ( sys-libs/db:5.3 + sys-libs/db:5.1 sys-libs/db:4.8 sys-libs/db:4.7 sys-libs/db:4.6 diff --git a/dev-lang/php/php-7.0.2-r2.ebuild b/dev-lang/php/php-7.0.2-r3.ebuild similarity index 99% rename from dev-lang/php/php-7.0.2-r2.ebuild rename to dev-lang/php/php-7.0.2-r3.ebuild index 6ecf27a..8d8f27c 100644 --- a/dev-lang/php/php-7.0.2-r2.ebuild +++ b/dev-lang/php/php-7.0.2-r3.ebuild @@ -85,7 +85,8 @@ DEPEND=" # the ./configure script. Other versions *work*, but we need to stick to # the ones that can be detected to avoid a repeat of bug #564824. DEPEND="${DEPEND} - berkdb? ( || ( sys-libs/db:5.1 + berkdb? ( || ( sys-libs/db:5.3 + sys-libs/db:5.1 sys-libs/db:4.8 sys-libs/db:4.7 sys-libs/db:4.6