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 B53E658973 for ; Sat, 23 Jan 2016 16:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F23D21C026; Sat, 23 Jan 2016 16:59:31 +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 780D621C00B for ; Sat, 23 Jan 2016 16:59:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E329340A75 for ; Sat, 23 Jan 2016 16:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A3310AF for ; Sat, 23 Jan 2016 16:59:24 +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: <1453568356.a2d040063c1a407c69d94b969d265b85d3cd1a74.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/antlr-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild X-VCS-Directories: dev-cpp/antlr-cpp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a2d040063c1a407c69d94b969d265b85d3cd1a74 X-VCS-Branch: master Date: Sat, 23 Jan 2016 16:59: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: 0563f863-e298-424c-9f23-4f65cdd0ab5f X-Archives-Hash: e3f6bb0955f403da17ac656d267ab3da commit: a2d040063c1a407c69d94b969d265b85d3cd1a74 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Jan 23 16:57:51 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Jan 23 16:59:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d04006 dev-cpp/antlr-cpp: amd64 stable wrt bug #571954 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild index c159ab5..ae27eb2 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://www.antlr2.org/" SRC_URI="http://www.antlr2.org/download/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="2" -KEYWORDS="~amd64 ~arm ppc ~x86" +KEYWORDS="amd64 ~arm ppc ~x86" IUSE="doc examples static-libs" RESTRICT="test" # No tests but test target blows up!