blob: aa7d1a3a9a41a81e4dff37586399b408f449a809 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-0.10.30.ebuild,v 1.1 2010/11/19 06:15:45 ford_prefect Exp $
inherit gst-plugins-base
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND=">=media-libs/libvisual-0.4
>=media-plugins/libvisual-plugins-0.4"
DEPEND="${RDEPEND}"
|