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 4191E139694 for ; Fri, 7 Jul 2017 17:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F01B3234086; Fri, 7 Jul 2017 17:48:46 +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 D0682234086 for ; Fri, 7 Jul 2017 17:48:46 +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 D73863419FB for ; Fri, 7 Jul 2017 17:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770787488 for ; Fri, 7 Jul 2017 17:48:44 +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: <1499449714.37d79b3b831b98ff4472d3f9e801eef1a445e24b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam/opam-1.3.1-r1.ebuild X-VCS-Directories: dev-ml/opam/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 37d79b3b831b98ff4472d3f9e801eef1a445e24b X-VCS-Branch: master Date: Fri, 7 Jul 2017 17:48:44 +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: c387c1c0-1315-4f15-aa1e-ec5bd898b649 X-Archives-Hash: ffc00858f9c268360e823ffb0b584ee9 commit: 37d79b3b831b98ff4472d3f9e801eef1a445e24b Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 17:48:34 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 17:48:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d79b3b dev-ml/opam: fix depend/rdepend inversion and add missing test deps, bug #624148 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/opam/opam-1.3.1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ml/opam/opam-1.3.1-r1.ebuild b/dev-ml/opam/opam-1.3.1-r1.ebuild index 43ce6edcd4c..48542a6757f 100644 --- a/dev-ml/opam/opam-1.3.1-r1.ebuild +++ b/dev-ml/opam/opam-1.3.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc" -IUSE="" +IUSE="test" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/ocaml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -19,7 +19,7 @@ else EGIT_REPO_URI="https://github.com/ocaml/opam.git" fi -DEPEND="dev-lang/ocaml:= +RDEPEND="dev-lang/ocaml:= || ( net-misc/wget net-misc/curl ) dev-ml/extlib:= dev-ml/ocaml-re:= @@ -30,8 +30,9 @@ DEPEND="dev-lang/ocaml:= dev-ml/uutf:= dev-ml/jsonm:= " -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-ml/findlib + test? ( dev-vcs/git ) " src_prepare() {