diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-30 08:27:01 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-30 08:27:50 +0200 |
commit | 8266dfc73a7af43e4e864585fc34a6680b63e61c (patch) | |
tree | 09f20ee91f65fddbe50a1bd7391fa9c1fde67ca8 | |
parent | net-wireless/gnuradio: Extend REQUIRED_USE for USE=test (diff) | |
download | gentoo-8266dfc73a7af43e4e864585fc34a6680b63e61c.tar.gz gentoo-8266dfc73a7af43e4e864585fc34a6680b63e61c.tar.bz2 gentoo-8266dfc73a7af43e4e864585fc34a6680b63e61c.zip |
dev-ml/camlp5: Dependencies
Closes: https://bugs.gentoo.org/932497
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r-- | dev-ml/camlp5/camlp5-8.02.00-r1.ebuild (renamed from dev-ml/camlp5/camlp5-8.02.00.ebuild) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-ml/camlp5/camlp5-8.02.00.ebuild b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild index 3338ff08f328..e984b76b319f 100644 --- a/dev-ml/camlp5/camlp5-8.02.00.ebuild +++ b/dev-ml/camlp5/camlp5-8.02.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,11 +16,17 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc +ocamlopt" RDEPEND=" - dev-ml/camlp-streams:= - dev-ml/rresult:= + dev-ml/astring:= dev-ml/bos:= + dev-ml/camlp-streams:= + dev-ml/fmt:= + dev-ml/fpath:= + dev-ml/logs:= dev-ml/pcre-ocaml:= + dev-ml/re:= + dev-ml/rresult:= " +DEPEND="${RDEPEND}" src_prepare() { egit_clean |