blob: e36b519d751a934135bd37b77b0edfbcdb9b9fcc (
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.2.ebuild,v 1.5 2006/04/13 13:32:40 tcort Exp $
inherit gst-plugins-good
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=media-libs/flac-1.1.1"
|