# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop multilib MY_PV=${PV/_p/pl} MY_P=${PN}-${MY_PV} DESCRIPTION="Proof assistant written in O'Caml" HOMEPAGE="http://coq.inria.fr/" SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" IUSE="gtk debug +ocamlopt doc" RESTRICT=test RDEPEND=" dev-ml/camlp5:=[ocamlopt?] || ( dev-ml/num