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 2C5871391DB for ; Fri, 21 Mar 2014 13:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC88E0D70; Fri, 21 Mar 2014 13:39:19 +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 5BE3EE0D70 for ; Fri, 21 Mar 2014 13:39:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 848AC33F6E1 for ; Fri, 21 Mar 2014 13:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 81E6518875 for ; Fri, 21 Mar 2014 13:39:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1395409150.22d485edd28965f0a49bc14513bd9e6ba0225eaf.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-28.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 22d485edd28965f0a49bc14513bd9e6ba0225eaf X-VCS-Branch: master Date: Fri, 21 Mar 2014 13:39:16 +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: 996e0d8c-89c6-4f0f-b059-ac1e9f86d9c0 X-Archives-Hash: 5d015c8bbaa45cff5b5d4dd91ad474f8 commit: 22d485edd28965f0a49bc14513bd9e6ba0225eaf Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 21 13:39:10 2014 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 21 13:39:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=22d485ed Fixed dependency on libvpx --- www-client/firefox/firefox-28.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-28.0.ebuild b/www-client/firefox/firefox-28.0.ebuild index af440d7..086050e 100644 --- a/www-client/firefox/firefox-28.0.ebuild +++ b/www-client/firefox/firefox-28.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-27.0.1.ebuild,v 1.2 2014/03/20 16:07:20 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.2 2014/03/21 13:38:05 polynomial-c Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -63,7 +63,7 @@ RDEPEND=" system-icu? ( >=dev-libs/icu-51.1 ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.1.3:3[secure-delete,debug=] ) - >=media-libs/libvpx-1.0.0 + >=media-libs/libvpx-1.3.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )"