From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1579395-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8CDC0158013
	for <garchives@archives.gentoo.org>; Thu, 14 Dec 2023 04:12:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 602702BC027;
	Thu, 14 Dec 2023 04:12:30 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4301F2BC029
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2023 04:12:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 40F1A33E3A9
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2023 04:12:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 84755125F
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2023 04:12:27 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1702520117.e4f6d962948ac7d54c2137ab99a99e8671f61f9e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/dist-kernel/dist-kernel-6.6.7.ebuild
X-VCS-Directories: virtual/dist-kernel/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e4f6d962948ac7d54c2137ab99a99e8671f61f9e
X-VCS-Branch: master
Date: Thu, 14 Dec 2023 04:12:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a7d2286d-c543-44d8-94c9-3e39a4933eeb
X-Archives-Hash: 8443a242bf5638a6852900d410249753

commit:     e4f6d962948ac7d54c2137ab99a99e8671f61f9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 20:22:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 02:15:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f6d962

virtual/dist-kernel: Bump to 6.6.7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/dist-kernel/dist-kernel-6.6.7.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-6.6.7.ebuild b/virtual/dist-kernel/dist-kernel-6.6.7.ebuild
new file mode 100644
index 000000000000..526af1697713
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.6.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	|| (
+		~sys-kernel/gentoo-kernel-${PV}
+		~sys-kernel/gentoo-kernel-bin-${PV}
+		~sys-kernel/vanilla-kernel-${PV}
+	)
+"