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 91DEF13888F for ; Mon, 19 Oct 2015 09:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 060F121C018; Mon, 19 Oct 2015 09:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 647C821C01B for ; Mon, 19 Oct 2015 09:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8ED5E33F7F8 for ; Mon, 19 Oct 2015 09:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F881350 for ; Mon, 19 Oct 2015 09:27:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1445246721.96abd63ea84d783045dbd35faef2d833efac711c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild X-VCS-Directories: net-irc/ninja/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 96abd63ea84d783045dbd35faef2d833efac711c X-VCS-Branch: master Date: Mon, 19 Oct 2015 09:27:34 +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: b8f55247-c17f-4f16-b1fc-3dc9425e8dce X-Archives-Hash: 9c88acf976b508fc02f96ed814529fda commit: 96abd63ea84d783045dbd35faef2d833efac711c Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Oct 19 09:25:21 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Oct 19 09:25:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96abd63e net-irc/ninja: amd64 stable wrt bug #563118 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild index be9de0a..b5c4fa8 100644 --- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://ninja.qoop.org/" SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="ncurses ipv6 ssl" RESTRICT="test"