blob: 04227d2ca76fc4c427db830a2294581e542ea035 (
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-lame/gst-plugins-lame-0.8.2.ebuild,v 1.2 2004/07/21 00:35:44 eradicator Exp $
IUSE="debug"
inherit gst-plugins
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
DEPEND=">=media-sound/lame-3.95"
|