From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-527870-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 943E51381F3
	for <garchives@archives.gentoo.org>; Sun, 25 Nov 2012 22:40:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0553C21C081;
	Sun, 25 Nov 2012 22:38:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 31E4A21C07F
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2012 22:38:58 +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 4847133D97F
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2012 22:38:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id E8D39E5454
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Nov 2012 22:38:53 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1353882290.0e7ac882b4974d2410b0959182c70d9b61fdea0e.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
X-VCS-Repository: proj/gnome
X-VCS-Files: eclass/gst-plugins10.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 0e7ac882b4974d2410b0959182c70d9b61fdea0e
X-VCS-Branch: master
Date: Sun, 25 Nov 2012 22:38:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f0c09a6a-a78a-4920-be99-a3156d521d15
X-Archives-Hash: 0636764c454835c0a8e81eafa8d2826d

commit:     0e7ac882b4974d2410b0959182c70d9b61fdea0e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 22:24:42 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 22:24:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e7ac882

eclass/gst-plugins10.eclass: pull proper gst module base version

We want at least the same version of GST_ORG_MODULE than the package
being built to avoid build inconsistencies.

---
 eclass/gst-plugins10.eclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/eclass/gst-plugins10.eclass b/eclass/gst-plugins10.eclass
index 8849ae3..30ba87b 100644
--- a/eclass/gst-plugins10.eclass
+++ b/eclass/gst-plugins10.eclass
@@ -129,7 +129,7 @@ fi
 # added to remove circular deps
 # 6/2/2006 - zaheerm
 if [[ ${PN} != ${GST_ORG_MODULE} ]]; then
-	RDEPEND="${RDEPEND} media-libs/${GST_ORG_MODULE}:${SLOT}"
+	RDEPEND="${RDEPEND} >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}"
 fi
 
 DEPEND="${RDEPEND} ${DEPEND}