Skip to content

Commit

Permalink
app-misc/geneweb: add dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/766063
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Jan 19, 2021
1 parent ea4e7bb commit e2963ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app-misc/geneweb/geneweb-7.0.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RESTRICT="strip"
IUSE="+ocamlopt test"
RESTRICT="strip !test? ( test )"

RDEPEND="dev-lang/ocaml[ocamlopt?]
<dev-ml/camlp5-8:=[ocamlopt?]
Expand All @@ -24,7 +24,8 @@ RDEPEND="dev-lang/ocaml[ocamlopt?]
dev-ml/unidecode:=
dev-ml/calendars:="
DEPEND="${RDEPEND}
dev-ml/cppo"
dev-ml/cppo
test? ( dev-ml/ounit )"

QA_FLAGS_IGNORED=(
/usr/bin/gwb2ged
Expand Down

0 comments on commit e2963ec

Please sign in to comment.