blob: 4af61c45f3757ea291461b46b010c515b33e783b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-0.8.2.ebuild,v 1.8 2004/09/02 17:59:10 pvdabeel Exp $
inherit gst-plugins
KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 ~mips ppc64"
IUSE=""
# should we depend on a kernel (?)
DEPEND="virtual/kernel"
|