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 7E8D7138334 for ; Thu, 16 Aug 2018 12:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AA88E08C4; Thu, 16 Aug 2018 12:03:09 +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 43E8FE08C4 for ; Thu, 16 Aug 2018 12:03:08 +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 8FE1C335D54 for ; Thu, 16 Aug 2018 12:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61ECD3AB for ; Thu, 16 Aug 2018 12:03:05 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1534420932.10bc4efd81362cd6858280f1ea01b0cecc1faecc.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 10bc4efd81362cd6858280f1ea01b0cecc1faecc X-VCS-Branch: master Date: Thu, 16 Aug 2018 12:03:05 +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: ae9b81fb-fb25-486c-907c-e807cb641752 X-Archives-Hash: a068c3dd74d08a68b0d23f1fcf0d129a commit: 10bc4efd81362cd6858280f1ea01b0cecc1faecc Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Aug 16 12:02:12 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Aug 16 12:02:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bc4efd dev-util/dbus-test-runner: x86 stable (bug #663508) Package-Manager: Portage-2.3.46, Repoman-2.3.10 dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 97a40fe0f91..8b42702e74c 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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}"