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 397D11382C5 for ; Tue, 26 Jan 2021 20:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4995AE09A5; Tue, 26 Jan 2021 20:55:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19017E0986 for ; Tue, 26 Jan 2021 20:55:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 942BA340E77 for ; Tue, 26 Jan 2021 20:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020A8476 for ; Tue, 26 Jan 2021 20:55:09 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1611694496.431fb755cd482a5ef96383a19fad296c4ab71e4d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlweb/ocamlweb-1.41.ebuild X-VCS-Directories: dev-ml/ocamlweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 431fb755cd482a5ef96383a19fad296c4ab71e4d X-VCS-Branch: master Date: Tue, 26 Jan 2021 20:55:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db71f3d7-efff-4237-bb06-5098fc7a0031 X-Archives-Hash: b63fb43a44d5880afcdd29a72c238e3e commit: 431fb755cd482a5ef96383a19fad296c4ab71e4d Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 26 20:54:56 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 26 20:54:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431fb755 dev-ml/ocamlweb: add test dep Closes: https://bugs.gentoo.org/767355 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild index e8734f05f47..9f050ccea33 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild @@ -12,11 +12,14 @@ SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" +IUSE="test" + +RESTRICT="!test? ( test )" DEPEND=">=dev-lang/ocaml-4.08.0:= virtual/latex-base - dev-texlive/texlive-latexextra - " + dev-texlive/texlive-latexextra" +BDEPEND="test? ( dev-tex/hevea )" PATCHES=( "${FILESDIR}/${PN}-1.41-strip.patch" @@ -26,7 +29,7 @@ PATCHES=( QA_FLAGS_IGNORED=/usr/bin/ocamlweb src_compile() { - emake + default } src_install() {