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 59461138334 for ; Wed, 29 May 2019 00:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E75CE087E; Wed, 29 May 2019 00:32:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 653CCE087E for ; Wed, 29 May 2019 00:32:05 +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 2D0943451DA for ; Wed, 29 May 2019 00:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B35C605 for ; Wed, 29 May 2019 00:32:01 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1559089909.82997c3679a97c1993d9a8862d3a860c47bc980d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild X-VCS-Directories: dev-util/dbus-test-runner/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 82997c3679a97c1993d9a8862d3a860c47bc980d X-VCS-Branch: master Date: Wed, 29 May 2019 00:32:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18c7db1c-0044-45df-a3e6-e662aa3d6e31 X-Archives-Hash: 539f9b5438d702fe0deb13538456c905 commit: 82997c3679a97c1993d9a8862d3a860c47bc980d Author: Aaron Bauman gentoo org> AuthorDate: Wed May 29 00:29:31 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 29 00:31:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82997c36 dev-util/dbus-test-runner: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="arm64" dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild index b8397d94552..7b688bfa13d 100644 --- a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild +++ b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 sparc x86" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"