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 3EA8B1388C1 for ; Thu, 12 Nov 2015 11:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA9121C20A; Thu, 12 Nov 2015 11:21:44 +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 6F58A21C207 for ; Thu, 12 Nov 2015 11:21:44 +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 901653406C0 for ; Thu, 12 Nov 2015 11:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B4F2332 for ; Thu, 12 Nov 2015 11:21:40 +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: <1447327295.e8bbfa8f08699a0757792d057f8dfde466a53c6c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp4/camlp4-4.02.1_p3.ebuild X-VCS-Directories: dev-ml/camlp4/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e8bbfa8f08699a0757792d057f8dfde466a53c6c X-VCS-Branch: master Date: Thu, 12 Nov 2015 11:21:40 +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: 9a00db0f-e3db-4fcb-b1de-25728e6a05bf X-Archives-Hash: 710c2ca1c137d4e3f2d2537a6270f958 commit: e8bbfa8f08699a0757792d057f8dfde466a53c6c Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 12 11:21:13 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 12 11:21:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bbfa8f dev-ml/camlp4: ppc stable wrt bug #463018 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" dev-ml/camlp4/camlp4-4.02.1_p3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild b/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild index 0f74e3e..e13a068 100644 --- a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild +++ b/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"