summaryrefslogtreecommitdiff
blob: 001e8cc8b1f45edc06dd33ea9de31b2c007e6941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=1
inherit gst-plugins-good

KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-libs/gstreamer-0.10.18
	>=media-libs/gst-plugins-base-0.10.18"
RDEPEND="${DEPEND}
	virtual/os-headers"