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 34DDB139083 for ; Mon, 6 Nov 2017 10:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FD4E0C31; Mon, 6 Nov 2017 10:59:05 +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 27C63E0C31 for ; Mon, 6 Nov 2017 10:59: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 486143416D0 for ; Mon, 6 Nov 2017 10:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF5996D5 for ; Mon, 6 Nov 2017 10:59:01 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1509965927.8d5cc68bf03f3c16faf82c07675f90ee058caa62.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild X-VCS-Directories: dev-libs/libdbusmenu/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8d5cc68bf03f3c16faf82c07675f90ee058caa62 X-VCS-Branch: master Date: Mon, 6 Nov 2017 10:59: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-Archives-Salt: df747209-04d4-4de5-8f0c-4cc2701e2841 X-Archives-Hash: 857958ca469966d49f2db230fb0f46ce commit: 8d5cc68bf03f3c16faf82c07675f90ee058caa62 Author: Michael Palimaka gentoo org> AuthorDate: Mon Nov 6 10:57:56 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Nov 6 10:58:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5cc68b dev-libs/libdbusmenu: restore ~x86 keyword Bug: https://bugs.gentoo.org/627178 Package-Manager: Portage-2.3.8, Repoman-2.3.4 dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild index 93b4219e284..26b51ee32b6 100644 --- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild +++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1 LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug gtk gtk3 +introspection test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"