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 8E12D1382C5 for ; Sun, 15 Apr 2018 05:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61FDE092D; Sun, 15 Apr 2018 05:30:47 +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 90E38E092D for ; Sun, 15 Apr 2018 05:30: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 53CC1335C30 for ; Sun, 15 Apr 2018 05:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC66F230 for ; Sun, 15 Apr 2018 05:30:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1523770226.bb3da82401ccd9e8a30e363210807b26719c04a7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bb3da82401ccd9e8a30e363210807b26719c04a7 X-VCS-Branch: master Date: Sun, 15 Apr 2018 05:30:44 +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: 373cc840-8667-4bc1-a9ba-08fca8a9bc29 X-Archives-Hash: b89a644b048320367e8bb63dcd528bec commit: bb3da82401ccd9e8a30e363210807b26719c04a7 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 15 05:30:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 15 05:30:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3da824 app-emulation/virt-manager: amd64 stable wrt bug #653188 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild b/app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild index 723800dd0b8..80ccb96588f 100644 --- a/app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild +++ b/app-emulation/virt-manager/virt-manager-1.5.1-r1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2"