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 AD0C01396D1 for ; Wed, 30 Aug 2017 18:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3438D1FC046; Wed, 30 Aug 2017 18:13:39 +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 0F43CE0DC9 for ; Wed, 30 Aug 2017 18:13:39 +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 0320833BEC7 for ; Wed, 30 Aug 2017 18:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254728826 for ; Wed, 30 Aug 2017 18:13:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1504116801.edf2c15631cb8af42f91c7e90fe7b6b566efcfb0.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-what/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-what/virt-what-1.18.ebuild X-VCS-Directories: app-emulation/virt-what/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: edf2c15631cb8af42f91c7e90fe7b6b566efcfb0 X-VCS-Branch: master Date: Wed, 30 Aug 2017 18:13:35 +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: 384bf81a-de97-4011-b16b-6af6a80c4487 X-Archives-Hash: 395d117e907460cf997d2a8f748cf779 commit: edf2c15631cb8af42f91c7e90fe7b6b566efcfb0 Author: Fabian Groffen gentoo org> AuthorDate: Wed Aug 30 15:23:24 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Aug 30 18:13:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf2c156 app-emulation/virt-what: marked ~arm Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-emulation/virt-what/virt-what-1.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-what/virt-what-1.18.ebuild b/app-emulation/virt-what/virt-what-1.18.ebuild index e951b67399e..0f8270c72e2 100644 --- a/app-emulation/virt-what/virt-what-1.18.ebuild +++ b/app-emulation/virt-what/virt-what-1.18.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="dmi" DEPEND="dev-lang/perl"