blob: c5ce960552748f030d4edf95f0d6512ee8f2abdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 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.9 2005/12/11 14:35:05 agriffis Exp $
inherit eutils
DESCRIPTION="Virtual Package installing the Header files for DVB"
HOMEPAGE="http://www.linuxtv.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc x86"
IUSE=""
RDEPEND="|| (
>=sys-kernel/linux-headers-2.6.11-r2
media-tv/linuxtv-dvb
)"
|