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 D31861382AC for ; Tue, 21 Jun 2016 14:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B97E14088; Tue, 21 Jun 2016 14:21:43 +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 00DEF14088 for ; Tue, 21 Jun 2016 14:21:42 +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 2EDCD34069F for ; Tue, 21 Jun 2016 14:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0E7208E for ; Tue, 21 Jun 2016 14:21:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1466518890.4bb36d0d9c5540081748c91a0c2d43e35e8ba996.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/tyxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/tyxml/tyxml-4.0.0.ebuild X-VCS-Directories: dev-ml/tyxml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4bb36d0d9c5540081748c91a0c2d43e35e8ba996 X-VCS-Branch: master Date: Tue, 21 Jun 2016 14:21:37 +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: 407cd994-f7b7-4f38-afb7-07185c0870a2 X-Archives-Hash: 7219a2ec2110ac2c37dcd3451ac5e46d commit: 4bb36d0d9c5540081748c91a0c2d43e35e8ba996 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 21 12:10:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 21 14:21:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb36d0d dev-ml/tyxml: enable camlp4 by default; still needed by ocsigenserver Package-Manager: portage-2.3.0_rc1 dev-ml/tyxml/tyxml-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/tyxml/tyxml-4.0.0.ebuild b/dev-ml/tyxml/tyxml-4.0.0.ebuild index 3f49441..756ecbf 100644 --- a/dev-ml/tyxml/tyxml-4.0.0.ebuild +++ b/dev-ml/tyxml/tyxml-4.0.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="+ppx camlp4" +IUSE="+ppx +camlp4" DEPEND=" dev-ml/uutf:=