commit: 0317e66845475447fcf46cb354ea2f8f7ed9b623 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Dec 22 11:02:59 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> 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 <mpagano <AT> 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"