blob: 4800b89b69b34339f3ac015b414e418e14b553a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-0.6.4.ebuild,v 1.8 2005/03/10 02:03:19 gustavoz Exp $
IUSE="debug"
inherit gst-plugins
KEYWORDS="x86 ppc sparc"
RDEPEND="media-sound/lame"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
|