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 0E2B61382C5 for ; Sun, 18 Mar 2018 20:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338C5E0919; Sun, 18 Mar 2018 20:02:11 +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 0C852E0919 for ; Sun, 18 Mar 2018 20:02:11 +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 E6711335D2D for ; Sun, 18 Mar 2018 20:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56F7E261 for ; Sun, 18 Mar 2018 20:02:06 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1521403310.9f7b89edbd7ce55d7c5e01ec5a859c5ee52d6ed5.tamiko@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.11.1-r51.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9f7b89edbd7ce55d7c5e01ec5a859c5ee52d6ed5 X-VCS-Branch: master Date: Sun, 18 Mar 2018 20:02:06 +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: 66f85dcf-e3a6-49b2-9086-7b41d63cc1c5 X-Archives-Hash: 3425b339aec03afad5bc558d3f5e57ae commit: 9f7b89edbd7ce55d7c5e01ec5a859c5ee52d6ed5 Author: Matthias Maier gentoo org> AuthorDate: Sun Mar 18 19:35:30 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Mar 18 20:01:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7b89ed app-emulation/qemu: restore keywords Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/qemu/qemu-2.11.1-r51.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emulation/qemu/qemu-2.11.1-r51.ebuild b/app-emulation/qemu/qemu-2.11.1-r51.ebuild index ced8efcacc9..26e8c8f0b2d 100644 --- a/app-emulation/qemu/qemu-2.11.1-r51.ebuild +++ b/app-emulation/qemu/qemu-2.11.1-r51.ebuild @@ -19,8 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - KEYWORDS="" - # KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" # Gentoo specific patchsets: SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz"