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 B5B23138E20 for ; Thu, 20 Feb 2014 18:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0589E0B53; Thu, 20 Feb 2014 18:36:36 +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 3B570E0B53 for ; Thu, 20 Feb 2014 18:36:36 +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 38AE933FBA9 for ; Thu, 20 Feb 2014 18:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D4B5518874 for ; Thu, 20 Feb 2014 18:36:33 +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: <1392921362.436c128507eead5a6ad303248072b6a76968c196.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/seamonkey-2.25_beta1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 436c128507eead5a6ad303248072b6a76968c196 X-VCS-Branch: master Date: Thu, 20 Feb 2014 18:36:33 +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: 69d29b1a-da02-4d6e-b6f3-5a27e6136875 X-Archives-Hash: 3e5a9d17c7f158a6f028d0ca55afb411 commit: 436c128507eead5a6ad303248072b6a76968c196 Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 20 18:36:02 2014 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 20 18:36:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=436c1285 seamonkey: fixed dependency in libvpx. --- www-client/seamonkey/seamonkey-2.25_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.25_beta1.ebuild b/www-client/seamonkey/seamonkey-2.25_beta1.ebuild index c1ee952..563b28f 100644 --- a/www-client/seamonkey/seamonkey-2.25_beta1.ebuild +++ b/www-client/seamonkey/seamonkey-2.25_beta1.ebuild @@ -72,7 +72,7 @@ RDEPEND=">=dev-libs/nss-3.15.4 system-icu? ( >=dev-libs/icu-0.51.1 ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.0.2:3[secure-delete,debug=] ) - >=media-libs/libvpx-1.0.0 + >=media-libs/libvpx-1.3.0 crypt? ( >=app-crypt/gnupg-1.4 ) kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio )