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 8259E138DB0 for ; Sat, 15 Oct 2016 02:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82190E0B88; Sat, 15 Oct 2016 02:22:39 +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 6A9D3E0B88 for ; Sat, 15 Oct 2016 02:22:34 +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 89A2D34112A for ; Sat, 15 Oct 2016 02:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 954E824A9 for ; Sat, 15 Oct 2016 02:22:24 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1476494792.095f81f79c9d0c997f5282961c658b2387ef8dd1.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: dev-python/python-caja/python-caja-1.12.0-r1.ebuild X-VCS-Directories: dev-python/python-caja/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 095f81f79c9d0c997f5282961c658b2387ef8dd1 X-VCS-Branch: master Date: Sat, 15 Oct 2016 02:22:24 +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: 1e2f3f6b-4b77-495a-bf34-82f4e783b51a X-Archives-Hash: e159741e06c54a724da8d092e0e66e5d commit: 095f81f79c9d0c997f5282961c658b2387ef8dd1 Author: mudler sabayon org> AuthorDate: Thu Oct 13 21:40:15 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Oct 15 01:26:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=095f81f7 dev-python/python-caja: Stable on amd64 keyword wrt #596998 Package-Manager: portage-2.3.1 Signed-off-by: NP-Hardass gentoo.org> dev-python/python-caja/python-caja-1.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-caja/python-caja-1.12.0-r1.ebuild b/dev-python/python-caja/python-caja-1.12.0-r1.ebuild index 7edc29e..87556af 100644 --- a/dev-python/python-caja/python-caja-1.12.0-r1.ebuild +++ b/dev-python/python-caja/python-caja-1.12.0-r1.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit mate python-single-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi DESCRIPTION="Python bindings for the Caja file manager"