diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-09 14:49:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-09 17:25:57 +0100 |
commit | 7fb3622504f0c398df49cf2d30fb4b70578fac4f (patch) | |
tree | a13d805d4df232c6af62e87715b07b06f98c7e9d | |
parent | sys-kernel/gentoo-kernel: Bump to 5.10.22 (diff) | |
download | gentoo-7fb3622504f0c398df49cf2d30fb4b70578fac4f.tar.gz gentoo-7fb3622504f0c398df49cf2d30fb4b70578fac4f.tar.bz2 gentoo-7fb3622504f0c398df49cf2d30fb4b70578fac4f.zip |
virtual/dist-kernel: Bump to 5.10.22
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.10.22.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.10.22.ebuild b/virtual/dist-kernel/dist-kernel-5.10.22.ebuild new file mode 100644 index 000000000000..3df38272de32 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.10.22.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" |