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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BAB013835B for ; Fri, 5 Feb 2021 15:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B94F6E091B; Fri, 5 Feb 2021 15:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F7A3E091B for ; Fri, 5 Feb 2021 15:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3E95342EA2 for ; Fri, 5 Feb 2021 15:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD574BC for ; Fri, 5 Feb 2021 15:26:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1612538767.5d800ebcd380d623f29166bbe2a907aa16af0200.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-headers/linux-headers-5.10.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5d800ebcd380d623f29166bbe2a907aa16af0200 X-VCS-Branch: master Date: Fri, 5 Feb 2021 15:26:13 +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: 3e7c4f4f-e143-4ec6-b51d-9ea9e31046e9 X-Archives-Hash: 382356b59d0be259f53feccc32faecc9 commit: 5d800ebcd380d623f29166bbe2a907aa16af0200 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Feb 5 13:16:36 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Feb 5 15:26:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d800ebc sys-kernel/linux-headers: stable 5.10 for hppa/sparc, bug #768672 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> sys-kernel/linux-headers/linux-headers-5.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-headers/linux-headers-5.10.ebuild b/sys-kernel/linux-headers/linux-headers-5.10.ebuild index 3c7e3cd2bc0..2d0edf6a777 100644 --- a/sys-kernel/linux-headers/linux-headers-5.10.ebuild +++ b/sys-kernel/linux-headers/linux-headers-5.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,7 +15,7 @@ SRC_URI="${KERNEL_URI} ${PATCH_VER:+https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz} " -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" DEPEND="app-arch/xz-utils dev-lang/perl"