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 45EF71396D1 for ; Tue, 12 Sep 2017 08:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2CE1FC07B; Tue, 12 Sep 2017 08:12:02 +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 4C5C31FC07B for ; Tue, 12 Sep 2017 08:12:02 +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 66F3F3417E2 for ; Tue, 12 Sep 2017 08:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D903907E for ; Tue, 12 Sep 2017 08:12:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1505203872.77bb0e6fe98d6f9727eea9b906dd604b47e9b8a8.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 77bb0e6fe98d6f9727eea9b906dd604b47e9b8a8 X-VCS-Branch: master Date: Tue, 12 Sep 2017 08:12:00 +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: 403e67f7-0976-4eda-82bc-b583ecfdb8af X-Archives-Hash: 1d351019ab1b50aad79c0b7daab88a0b commit: 77bb0e6fe98d6f9727eea9b906dd604b47e9b8a8 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 12 08:11:12 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 12 08:11:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bb0e6f dev-util/dbus-test-runner: keyworded 15.04.0_p100 for ppc64, bug #627178 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" 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 092b111fdbc..cdf34426d18 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="~amd64 ~arm ~arm64 ~ia64" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"