diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-02-08 13:01:24 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-02-08 13:01:24 -0500 |
commit | bc7c37f8a923f17f990109fe6cb3226230428798 (patch) | |
tree | 0376b8c307bab79e8a2ce242b9169f9b9915a771 /sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild | |
parent | dev-python/twisted: Stabilize 22.1.0 sparc, #832903 (diff) | |
download | gentoo-bc7c37f8a923f17f990109fe6cb3226230428798.tar.gz gentoo-bc7c37f8a923f17f990109fe6cb3226230428798.tar.bz2 gentoo-bc7c37f8a923f17f990109fe6cb3226230428798.zip |
sys-kernel/vanilla-sources: Linux updates
Linux 5.15.22
Linux 5.10.99
Linux 5.4.178
Linux 4.19.228
Linux 4.14.265
Linux 4.9.300
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild new file mode 100644 index 000000000000..39693afef068 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-4.9.300.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" |