commit: 37d79b3b831b98ff4472d3f9e801eef1a445e24b Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 17:48:34 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> 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() {
