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 64DD81381F1 for ; Sat, 15 Oct 2016 02:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD23E0B73; Sat, 15 Oct 2016 02:59:38 +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 A7CF7E0B73 for ; Sat, 15 Oct 2016 02:59:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4EBAE341062 for ; Sat, 15 Oct 2016 02:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E663249D for ; Sat, 15 Oct 2016 02:59:28 +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: <1476500237.ec4f20933b0bf7fef2b1fe3be2688e92dff7abb7.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mozo/mozo-1.12.0-r1.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: ec4f20933b0bf7fef2b1fe3be2688e92dff7abb7 X-VCS-Branch: master Date: Sat, 15 Oct 2016 02:59:28 +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: 582bafc8-9193-4fd2-a82b-d75bc3d74059 X-Archives-Hash: 3043152a641e02621560ff94b17d87a7 commit: ec4f20933b0bf7fef2b1fe3be2688e92dff7abb7 Author: mudler sabayon org> AuthorDate: Thu Oct 13 21:39:54 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Oct 15 02:57:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4f2093 x11-misc/mozo: Stable on amd64 keyword wrt #596998 Package-Manager: portage-2.3.1 Signed-off-by: NP-Hardass gentoo.org> x11-misc/mozo/mozo-1.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mozo/mozo-1.12.0-r1.ebuild b/x11-misc/mozo/mozo-1.12.0-r1.ebuild index 723f591..e4df1a6 100644 --- a/x11-misc/mozo/mozo-1.12.0-r1.ebuild +++ b/x11-misc/mozo/mozo-1.12.0-r1.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="xml" inherit python-r1 mate SRC_URI="${SRC_URI} gtk3? ( https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}-gtk3.patch.bz2 )" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" DESCRIPTION="Mozo menu editor for MATE" LICENSE="GPL-2"