blob: 886dce116438ee0fdc64e627bbd6932de92976c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.3.ebuild,v 1.2 2012/02/24 22:02:43 ssuominen Exp $
DESCRIPTION="Virtual Package installing the Header files for DVB"
HOMEPAGE="http://www.linuxtv.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ppc64 x86"
IUSE=""
RDEPEND=">=sys-kernel/linux-headers-3.0"
|