blob: 4211e29df0dd2afc10f7b23315d3a5b17b04cc41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-headers/linuxtv-dvb-headers-3.1.ebuild,v 1.14 2011/03/20 11:24:31 armin76 Exp $
inherit eutils
DESCRIPTION="Virtual Package installing the Header files for DVB"
HOMEPAGE="http://www.linuxtv.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
RDEPEND="|| (
>=sys-kernel/linux-headers-2.6.11-r2
media-tv/linuxtv-dvb
)"
|