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 8DAFA139085 for ; Tue, 17 Jan 2017 18:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8059E0C9F; Tue, 17 Jan 2017 18:05:17 +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 A6AC7E0C9F for ; Tue, 17 Jan 2017 18:05:17 +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 77DC2335DEF for ; Tue, 17 Jan 2017 18:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF376265F for ; Tue, 17 Jan 2017 18:05:14 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1484676293.5eb28e255fa366f2c1841babfcdbb8dfb13a8c44.anarchy@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: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 5eb28e255fa366f2c1841babfcdbb8dfb13a8c44 X-VCS-Branch: master Date: Tue, 17 Jan 2017 18:05:14 +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: ca8c9c90-2b50-44a6-a4b1-d3189df616a4 X-Archives-Hash: c491de396146981f5c8a1fd98dff3487 commit: 5eb28e255fa366f2c1841babfcdbb8dfb13a8c44 Author: Jory A. Pratt gentoo org> AuthorDate: Tue Jan 17 18:04:53 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Jan 17 18:04:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5eb28e25 www-client/firefox: Fix libpng dep www-client/firefox/firefox-51.0_beta14.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www-client/firefox/firefox-51.0_beta14.ebuild b/www-client/firefox/firefox-51.0_beta14.ebuild index cd0a894..18a1ce5 100644 --- a/www-client/firefox/firefox-51.0_beta14.ebuild +++ b/www-client/firefox/firefox-51.0_beta14.ebuild @@ -55,6 +55,7 @@ RDEPEND=" jack? ( virtual/jack ) >=dev-libs/nss-3.28.1 >=dev-libs/nspr-4.13.1 + >=media-libs/libpng-1.6.25 system-sqlite? ( >=dev-db/sqlite-3.14.1:3[secure-delete,debug=] ) selinux? ( sec-policy/selinux-mozilla )" @@ -69,11 +70,6 @@ QA_PRESTRIPPED="usr/lib*/${PN}/firefox" BUILD_OBJ_DIR="${S}/ff" -# dependencies newer than specified in the eclass -RDEPEND="${RDEPEND} - >=media-libs/libpng-1.6.25 - " - pkg_setup() { moz_pkgsetup