diff options
author | 2016-09-30 11:56:34 +0200 | |
---|---|---|
committer | 2016-09-30 11:56:34 +0200 | |
commit | aee06f3c4cf92210d6ecc918257d2a6f1aad7270 (patch) | |
tree | 60469ec9c287ee1d93b6adbcea98e0e3bd9528bf /sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild | |
parent | dev-lang/rust: remove old versions (diff) | |
download | gentoo-aee06f3c4cf92210d6ecc918257d2a6f1aad7270.tar.gz gentoo-aee06f3c4cf92210d6ecc918257d2a6f1aad7270.tar.bz2 gentoo-aee06f3c4cf92210d6ecc918257d2a6f1aad7270.zip |
sys-kernel/vanilla-sources: Automated version bump to {4.4.23,4.7.6} - remove old.
Package-Manager: portage-2.2.28
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild new file mode 100644 index 000000000000..88af46c0981f --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-4.7.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |