10 lines
281 B
Bash
10 lines
281 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Virtual Package installing the Header files for DVB"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
|
|
|
|
RDEPEND=">=sys-kernel/linux-headers-3.7"
|