diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-23 17:55:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-24 04:28:34 +0200 |
commit | 1b0c6f51a9a3baafc569bea7d41ff7b3f71bd4d0 (patch) | |
tree | 164a364a01d732adcbfc7db7214ba6721d74f3ce /virtual | |
parent | sys-kernel/gentoo-kernel: Bump to 5.15.133 (diff) | |
download | gentoo-1b0c6f51a9a3baafc569bea7d41ff7b3f71bd4d0.tar.gz gentoo-1b0c6f51a9a3baafc569bea7d41ff7b3f71bd4d0.tar.bz2 gentoo-1b0c6f51a9a3baafc569bea7d41ff7b3f71bd4d0.zip |
virtual/dist-kernel: Bump to 5.15.133
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dist-kernel/dist-kernel-5.15.133.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/dist-kernel/dist-kernel-5.15.133.ebuild b/virtual/dist-kernel/dist-kernel-5.15.133.ebuild new file mode 100644 index 000000000000..6e4e4714e283 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.133.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2023 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/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" |