From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 BEDFF158015 for ; Fri, 22 Dec 2023 11:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0549D2BC036; Fri, 22 Dec 2023 11:03:23 +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 DC22F2BC036 for ; Fri, 22 Dec 2023 11:03:22 +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 C9CB533FE60 for ; Fri, 22 Dec 2023 11:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29200125F for ; Fri, 22 Dec 2023 11:03:20 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1703242979.0317e66845475447fcf46cb354ea2f8f7ed9b623.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/git-sources/git-sources-6.7_rc6.ebuild X-VCS-Directories: sys-kernel/git-sources/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 0317e66845475447fcf46cb354ea2f8f7ed9b623 X-VCS-Branch: master Date: Fri, 22 Dec 2023 11:03:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8f2f5ca-1ecb-4f3c-915e-b5214e83d749 X-Archives-Hash: af59f1ad5c1a7c4ae5d29be07a2d64f1 commit: 0317e66845475447fcf46cb354ea2f8f7ed9b623 Author: Mike Pagano gentoo org> AuthorDate: Fri Dec 22 11:02:59 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Dec 22 11:02:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0317e668 sys-kernel/git-sources: Fix EmptyGlobalAssignment warnings Signed-off-by: Mike Pagano gentoo.org> sys-kernel/git-sources/git-sources-6.7_rc6.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-kernel/git-sources/git-sources-6.7_rc6.ebuild b/sys-kernel/git-sources/git-sources-6.7_rc6.ebuild index 46873aec3fec..0da7167ce080 100644 --- a/sys-kernel/git-sources/git-sources-6.7_rc6.ebuild +++ b/sys-kernel/git-sources/git-sources-6.7_rc6.ebuild @@ -24,7 +24,6 @@ HOMEPAGE="https://www.kernel.org" SRC_URI="${KERNEL_URI}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and experimental nature. If you have any issues, try a matching vanilla-sources @@ -32,7 +31,6 @@ ebuild -- if the problem is not there, please contact the upstream kernel developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to report the problem so it can be fixed in time for the next kernel release." -RDEPEND="" DEPEND="${RDEPEND} >=sys-devel/patch-2.7.6-r4"