diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 09:22:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 09:22:24 +0100 |
commit | 4c2190a0ff491bee0324c8aaabd9920fe3918ba2 (patch) | |
tree | 729bc6fbd043c183ace16a7ee1a4bc2846a188bc /sys-kernel/vanilla-sources/vanilla-sources-4.19.89.ebuild | |
parent | dev-util/kup: version bump. (diff) | |
download | gentoo-4c2190a0ff491bee0324c8aaabd9920fe3918ba2.tar.gz gentoo-4c2190a0ff491bee0324c8aaabd9920fe3918ba2.tar.bz2 gentoo-4c2190a0ff491bee0324c8aaabd9920fe3918ba2.zip |
sys-kernel/vanilla-sources: Automated version bump to {4.19.89,5.3.16,5.4.3} - 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.19.89.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-4.19.89.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.89.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.19.89.ebuild new file mode 100644 index 000000000000..6f2f5701c4ee --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-4.19.89.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 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" |