Mercurial > hg > portage
comparison sys-kernel/vanilla-sources/vanilla-sources-4.1.13.ebuild @ 405:88a4dd9f74a7
add an ebuild for linux 4.1.13
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 06 Jan 2016 08:39:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
401:261f734e7c25 | 405:88a4dd9f74a7 |
---|---|
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" |