From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 958421382A5 for ; Mon, 6 Jun 2016 19:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15259254032; Mon, 6 Jun 2016 19:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81AB6254033 for ; Mon, 6 Jun 2016 19:28:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89F75340B27 for ; Mon, 6 Jun 2016 19:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35504963 for ; Mon, 6 Jun 2016 19:28:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1465241273.384e651bb3a477b2174c17d3939e1a2243f5727f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.10.8-r1.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 384e651bb3a477b2174c17d3939e1a2243f5727f X-VCS-Branch: master Date: Mon, 6 Jun 2016 19:28:25 +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: 38298e38-addf-4fdd-a87c-5d073e9d583f X-Archives-Hash: b00608230b06944e58482b5a1c90a000 commit: 384e651bb3a477b2174c17d3939e1a2243f5727f Author: Pacho Ramos gentoo org> AuthorDate: Mon Jun 6 19:23:06 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jun 6 19:27:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e651b sys-apps/dbus: x86 stable, bug #578946 Package-Manager: portage-2.3.0_rc1 sys-apps/dbus/dbus-1.10.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus/dbus-1.10.8-r1.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild index 2a5d9da..4709b1d 100644 --- a/sys-apps/dbus/dbus-1.10.8-r1.ebuild +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" LICENSE="|| ( AFL-2.1 GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc selinux static-libs systemd test user-session X" RESTRICT="test"