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 5EE931382C5 for ; Sat, 17 Feb 2018 23:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 484EDE0AD1; Sat, 17 Feb 2018 23:55:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2405EE0AD1 for ; Sat, 17 Feb 2018 23:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1BD75335C06 for ; Sat, 17 Feb 2018 23:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094A41D4 for ; Sat, 17 Feb 2018 23:55:43 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1518911696.094d692a0f13288cc92da2f86dd70b8a2efff35f.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: app-emulation/qemu/ X-VCS-Repository: proj/musl X-VCS-Files: app-emulation/qemu/qemu-2.11.1.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 094d692a0f13288cc92da2f86dd70b8a2efff35f X-VCS-Branch: master Date: Sat, 17 Feb 2018 23:55:43 +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: 0f68203a-ba05-4d54-903c-80895007327e X-Archives-Hash: cfe71a3cfeda45ebefa4942ccd8a15e7 commit: 094d692a0f13288cc92da2f86dd70b8a2efff35f Author: Aric Belsito gmail com> AuthorDate: Sat Feb 17 23:54:56 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Sat Feb 17 23:54:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=094d692a app-emulation/qemu: fix keywords app-emulation/qemu/qemu-2.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.11.1.ebuild b/app-emulation/qemu/qemu-2.11.1.ebuild index e52a11f..3fae9ad 100644 --- a/app-emulation/qemu/qemu-2.11.1.ebuild +++ b/app-emulation/qemu/qemu-2.11.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc ~ppc64 x86" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # Gentoo specific patchsets: SRC_URI+=" https://dev.gentoo.org/~chutzpah/distfiles/${P}-patches-r0.tar.xz"