2017-02-13 11:20:39 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2014-08-04 15:57:13 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-08-04 15:57:13 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
K_NOUSENAME="yes"
|
|
|
|
K_NOSETEXTRAVERSION="yes"
|
|
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
|
|
ETYPE="sources"
|
|
|
|
inherit kernel-2
|
|
|
|
detect_version
|
|
|
|
|
|
|
|
DESCRIPTION="Full sources for the Linux kernel"
|
2015-08-25 09:05:57 +03:00
|
|
|
HOMEPAGE="https://www.kernel.org"
|
2014-08-04 15:57:13 +04:00
|
|
|
SRC_URI="${KERNEL_URI}"
|
|
|
|
|
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|