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 898D8138330 for ; Sun, 4 Sep 2016 10:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE4C4E0B3D; Sun, 4 Sep 2016 10:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12962E0B3D for ; Sun, 4 Sep 2016 10:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D13F234092D for ; Sun, 4 Sep 2016 10:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51C52475 for ; Sun, 4 Sep 2016 10:38:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472985474.f4d4af676d91ef81b25c816e2b9b456869c7fec1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/linux-sources/linux-sources-1.ebuild X-VCS-Directories: virtual/linux-sources/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f4d4af676d91ef81b25c816e2b9b456869c7fec1 X-VCS-Branch: master Date: Sun, 4 Sep 2016 10:38:15 +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-Archives-Salt: d216347a-100e-47a4-98d3-9599215f6b6b X-Archives-Hash: 3cc54674350cc95429c9f028a9a22184 commit: f4d4af676d91ef81b25c816e2b9b456869c7fec1 Author: Roy Bamford gentoo org> AuthorDate: Mon Aug 29 18:56:47 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 4 10:37:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d4af67 virtual/linux-sources: keyword for ~arm64. removed RDEPEND sys-kernel/rsbac-sources removed RDEPEND sys-kernel/usermode-sources both no longer in the tree Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2169 Signed-off-by: Patrice Clement gentoo.org> virtual/linux-sources/linux-sources-1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/virtual/linux-sources/linux-sources-1.ebuild b/virtual/linux-sources/linux-sources-1.ebuild index 0dc3581..2b6ecdc 100644 --- a/virtual/linux-sources/linux-sources-1.ebuild +++ b/virtual/linux-sources/linux-sources-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="firmware" DEPEND="firmware? ( sys-kernel/linux-firmware )" @@ -23,10 +23,8 @@ RDEPEND="|| ( sys-kernel/mips-sources sys-kernel/openvz-sources sys-kernel/pf-sources - sys-kernel/rsbac-sources sys-kernel/rt-sources sys-kernel/tuxonice-sources - sys-kernel/usermode-sources sys-kernel/xbox-sources sys-kernel/zen-sources sys-kernel/aufs-sources