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 AEA5D1381F3 for ; Sun, 4 Nov 2012 06:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC72E02C4; Sun, 4 Nov 2012 06:47:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1A42E02C4 for ; Sun, 4 Nov 2012 06:47:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05B4B33D803 for ; Sun, 4 Nov 2012 06:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86910E5440 for ; Sun, 4 Nov 2012 06:47:49 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1352011605.36c76119ae92d33716c0589f83815066bf481dee.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/sound-juicer/sound-juicer-3.5.0.ebuild X-VCS-Directories: media-sound/sound-juicer/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 36c76119ae92d33716c0589f83815066bf481dee X-VCS-Branch: master Date: Sun, 4 Nov 2012 06:47:49 +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: 9e5d6def-0a32-4711-bde1-3257ebfe8217 X-Archives-Hash: 21089792e13fee3a96dc603e94ba9939 commit: 36c76119ae92d33716c0589f83815066bf481dee Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sun Nov 4 06:46:45 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sun Nov 4 06:46:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=36c76119 media-sound/sound-juicer: fix broken flac dependency --- media-sound/sound-juicer/sound-juicer-3.5.0.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/sound-juicer/sound-juicer-3.5.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.5.0.ebuild index 832e85b..4530e5b 100644 --- a/media-sound/sound-juicer/sound-juicer-3.5.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-3.5.0.ebuild @@ -35,14 +35,14 @@ COMMON_DEPEND=" >=media-libs/musicbrainz-5.0.1:5 media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0[flac?,vorbis?] + media-libs/gst-plugins-base:1.0[vorbis?] + flac? ( media-plugins/gst-plugins-flac:1.0 ) " RDEPEND="${COMMON_DEPEND} gnome-base/gvfs[cdda,udev] || ( media-plugins/gst-plugins-cdparanoia:1.0 - media-plugins/gst-plugins-cdio:1.0 ) - >=media-plugins/gst-plugins-meta-0.10-r2:0.10" + media-plugins/gst-plugins-cdio:1.0 )" DEPEND="${COMMON_DEPEND} >=dev-util/intltool-0.40