blob: 2806f99954c7e188a0bcabc3e36211ab42654247 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-0.10.1.ebuild,v 1.3 2006/10/20 22:52:20 flameeyes Exp $
inherit gst-plugins-good
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="~media-libs/flac-1.1.2"
|