summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-17 21:12:40 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-17 21:12:40 +0000
commiteee07344ac17f5f776e4921ab80f375fdb1e5e6a (patch)
tree05d5689b5f8229ad0e047a5b93b12035dc07de96 /eclass
parentReadded siteinit.scm instructions (diff)
downloadgentoo-2-eee07344ac17f5f776e4921ab80f375fdb1e5e6a.tar.gz
gentoo-2-eee07344ac17f5f776e4921ab80f375fdb1e5e6a.tar.bz2
gentoo-2-eee07344ac17f5f776e4921ab80f375fdb1e5e6a.zip
Bump orc dep in gst-plugins-ugly eclass for a52dec plugin 0.10.17 bump
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins-ugly.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass
index ed31dd72281a..cc9847e30bec 100644
--- a/eclass/gst-plugins-ugly.eclass
+++ b/eclass/gst-plugins-ugly.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.21 2010/12/27 03:49:34 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.22 2011/03/17 21:12:40 nirbheek Exp $
# Author : foser <foser@gentoo.org>
@@ -68,7 +68,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}.tar.bz2"
S=${WORKDIR}/${MY_P}
if [[ ${GST_ORC} == "yes" ]]; then
- RDEPEND="orc? ( >=dev-lang/orc-0.4.5 )"
+ RDEPEND="orc? ( >=dev-lang/orc-0.4.6 )"
DEPEND="${RDEPEND}"
fi