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 5F0F513832E for ; Fri, 22 Jul 2016 09:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1224D21C01D; Fri, 22 Jul 2016 09:15:07 +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 ADC6421C01D for ; Fri, 22 Jul 2016 09:15:06 +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 7B475340688 for ; Fri, 22 Jul 2016 09:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCA47E2 for ; Fri, 22 Jul 2016 09:15:01 +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: <1469178884.4d16c101e71a064c837a659c8da6ee299a0636a5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/hevea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/hevea/hevea-2.28.ebuild X-VCS-Directories: dev-tex/hevea/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4d16c101e71a064c837a659c8da6ee299a0636a5 X-VCS-Branch: master Date: Fri, 22 Jul 2016 09:15:01 +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: 98ecd6dc-6d65-476a-a858-5af21d117b57 X-Archives-Hash: 0b97e040edddf4f5f6603ba0ea384f7e commit: 4d16c101e71a064c837a659c8da6ee299a0636a5 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 22 09:14:44 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 22 09:14:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d16c101 dev-tex/hevea: add missing dep on ocamlbuild; bug #589202 Package-Manager: portage-2.3.0 dev-tex/hevea/hevea-2.28.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tex/hevea/hevea-2.28.ebuild b/dev-tex/hevea/hevea-2.28.ebuild index 90a0002..959e5af 100644 --- a/dev-tex/hevea/hevea-2.28.ebuild +++ b/dev-tex/hevea/hevea-2.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]" RDEPEND="${DEPEND} dev-texlive/texlive-latexextra" +DEPEND="${DEPEND} dev-ml/ocamlbuild" src_compile() { rm -f config.sh