blob: 59b23591f191fdc01790a592d954d62aed2cd990 (
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-cdio/gst-plugins-cdio-0.10.2.ebuild,v 1.2 2006/02/28 08:42:05 compnerd Exp $
inherit gst-plugins-good
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-libs/libcdio-0.71"
|