linux-sources: sync with Gentoo

This commit is contained in:
blshkv 2020-01-07 20:55:09 +08:00
parent 3c88715b70
commit 3cb1ac428b
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,33 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
DESCRIPTION="Virtual for Linux kernel sources"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="firmware"
DEPEND="firmware? ( sys-kernel/linux-firmware )"
RDEPEND="|| (
RDEPEND="
firmware? ( sys-kernel/linux-firmware )
|| (
sys-kernel/pentoo-sources
sys-kernel/gentoo-sources
sys-kernel/vanilla-sources
sys-kernel/ck-sources
sys-kernel/git-sources
sys-kernel/hardened-sources
sys-kernel/minipli-sources
sys-kernel/mips-sources
sys-kernel/openvz-sources
sys-kernel/pf-sources
sys-kernel/rt-sources
sys-kernel/tuxonice-sources
sys-kernel/xbox-sources
sys-kernel/zen-sources
sys-kernel/aufs-sources
sys-kernel/raspberrypi-sources
sys-kernel/vanilla-kernel
sys-kernel/vanilla-kernel-bin
)"