diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-04-24 12:00:54 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-04-24 12:00:54 +0200 |
commit | a7751902e2b6af29d96b66dcb9f5168e4ed14096 (patch) | |
tree | e0b3499ceaead00786b4bbb69b3b6a58404b5bcf /dev-ml/ppx_hash | |
parent | sys-apps/s6-portable-utils: Stabilize 2.2.3.4 amd64, #834437 (diff) | |
download | gentoo-a7751902e2b6af29d96b66dcb9f5168e4ed14096.tar.gz gentoo-a7751902e2b6af29d96b66dcb9f5168e4ed14096.tar.bz2 gentoo-a7751902e2b6af29d96b66dcb9f5168e4ed14096.zip |
dev-ml/ppx_hash: revisit RDEPS
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_hash')
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild index 287a652b531d..6dfef0b15b67 100644 --- a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild +++ b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild @@ -15,10 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" DEPEND=" - dev-ml/base:${SLOT} - dev-ml/ppx_compare:${SLOT} dev-ml/ppx_sexp_conv:${SLOT} - >=dev-ml/ppxlib-0.23.0:= - >=dev-ml/ocaml-compiler-libs-0.11.0:= + dev-ml/ppx_compare:${SLOT} " RDEPEND="${DEPEND}" |