From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 265011388C0 for ; Sun, 28 Feb 2016 07:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A69D021C08C; Sun, 28 Feb 2016 07:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A11D321C07D for ; Sun, 28 Feb 2016 07:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9B09340B6A for ; Sun, 28 Feb 2016 07:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F03E2098 for ; Sun, 28 Feb 2016 07:32:46 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456644662.75375726aa7248f70029d0f7a7ac04a38e573618.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-2.5.0-r1.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 75375726aa7248f70029d0f7a7ac04a38e573618 X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:32:46 +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: 04dcd4b6-39d6-488c-8da6-39065da6b925 X-Archives-Hash: b50f0521112aacd6788ce32adf6855ec commit: 75375726aa7248f70029d0f7a7ac04a38e573618 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:31:02 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:31:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75375726 app-emulation/qemu: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 app-emulation/qemu/qemu-2.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.5.0-r1.ebuild b/app-emulation/qemu/qemu-2.5.0-r1.ebuild index 87e6cb2..5037f8d 100644 --- a/app-emulation/qemu/qemu-2.5.0-r1.ebuild +++ b/app-emulation/qemu/qemu-2.5.0-r1.ebuild @@ -20,7 +20,7 @@ else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"