Mercurial > hg > portage
comparison sys-kernel/vanilla-sources/vanilla-sources-4.1.15.ebuild @ 409:cb454e927ad1
ebuild for vanilla-sources-4.1.15
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 11 Jan 2016 17:16:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
408:757d9b59e20b | 409:cb454e927ad1 |
---|---|
1 # Copyright 1999-2015 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 # $Id$ | |
4 | |
5 EAPI="5" | |
6 K_NOUSENAME="yes" | |
7 K_NOSETEXTRAVERSION="yes" | |
8 K_SECURITY_UNSUPPORTED="1" | |
9 K_DEBLOB_AVAILABLE="0" | |
10 ETYPE="sources" | |
11 inherit kernel-2 | |
12 detect_version | |
13 | |
14 DESCRIPTION="Full sources for the Linux kernel" | |
15 HOMEPAGE="https://www.kernel.org" | |
16 SRC_URI="${KERNEL_URI}" | |
17 | |
18 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" | |
19 IUSE="deblob" |