diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-12 22:15:06 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-12 22:15:06 +0100 |
commit | 78ffd0dd3c1ac8404f6bb225ba4f8ee7d6f4b96e (patch) | |
tree | ea7aff10a4426d1fd4eb783eb365dc31f4bd804f /sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild | |
parent | sys-libs/kpmcore: Port to ecm.eclass and kde.org.eclass (diff) | |
download | gentoo-78ffd0dd3c1ac8404f6bb225ba4f8ee7d6f4b96e.tar.gz gentoo-78ffd0dd3c1ac8404f6bb225ba4f8ee7d6f4b96e.tar.bz2 gentoo-78ffd0dd3c1ac8404f6bb225ba4f8ee7d6f4b96e.zip |
sys-kernel/vanilla-sources: Automated version bump to {4.4.209,4.9.209,4.14.164,4.19.95,5.4.11} - remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild new file mode 100644 index 000000000000..bdba9ff3201f --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-4.9.209.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +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" |