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 C7596139085 for ; Wed, 25 Jan 2017 14:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD545254071; Wed, 25 Jan 2017 14:29:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFB3A2241D1 for ; Wed, 25 Jan 2017 14:29:18 +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 C95513416B7 for ; Wed, 25 Jan 2017 14:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3025E2F0B for ; Wed, 25 Jan 2017 14:29:16 +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: <1485354490.e4276e7602132c85ee7b2e48d91eab4476b491de.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild X-VCS-Directories: dev-ml/pcre-ocaml/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e4276e7602132c85ee7b2e48d91eab4476b491de X-VCS-Branch: master Date: Wed, 25 Jan 2017 14:29:16 +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: 0e1da105-115a-40d1-be84-d2f1c9983c7c X-Archives-Hash: 7fdee63d50f311f60d777be25e5d25c3 commit: e4276e7602132c85ee7b2e48d91eab4476b491de Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jan 25 14:28:10 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jan 25 14:28:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4276e76 dev-ml/pcre-ocaml: amd64 stable wrt bug #607048 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild index 30707ee..6a68ef6 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/v${PV}/${P}.tar. LICENSE="LGPL-2.1-with-linking-exception" IUSE="examples" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" RDEPEND=">=dev-libs/libpcre-4.5 >=dev-lang/ocaml-4:="