commit: f4d4af676d91ef81b25c816e2b9b456869c7fec1 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 18:56:47 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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
