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 BF04A139085 for ; Tue, 17 Jan 2017 17:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2286621C075; Tue, 17 Jan 2017 17:24:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0169221C075 for ; Tue, 17 Jan 2017 17:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D49134112A for ; Tue, 17 Jan 2017 17:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E6B265F for ; Tue, 17 Jan 2017 17:24:27 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1484673800.d392c5ee910ce7b642572d7ac096e5218ee8f6a2.bircoph@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-51.0_beta14.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: d392c5ee910ce7b642572d7ac096e5218ee8f6a2 X-VCS-Branch: master Date: Tue, 17 Jan 2017 17:24:27 +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: a4d8f868-3e13-4af2-ab03-8e9d057fe19b X-Archives-Hash: 7792dae566d6cf9d4f2a995878b7dbc0 commit: d392c5ee910ce7b642572d7ac096e5218ee8f6a2 Author: Andrew Savchenko gmail com> AuthorDate: Tue Jan 17 17:23:20 2017 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Tue Jan 17 17:23:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d392c5ee Bump libpng requirement to >=1.6.25 Tried on a box with 1.6.23, got: DEBUG: configure:11051:23: error: #error "Insufficient libpng version (10625 required)." www-client/firefox/firefox-51.0_beta14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-51.0_beta14.ebuild b/www-client/firefox/firefox-51.0_beta14.ebuild index 8075488..e109a7f 100644 --- a/www-client/firefox/firefox-51.0_beta14.ebuild +++ b/www-client/firefox/firefox-51.0_beta14.ebuild @@ -71,7 +71,7 @@ BUILD_OBJ_DIR="${S}/ff" # dependencies newer than specified in the eclass RDEPEND="${RDEPEND} - >=media-libs/libpng-1.6.23 + >=media-libs/libpng-1.6.25 " pkg_setup() {