summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-19 09:43:41 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-19 09:44:43 +0100
commit253f71555e134b27d21a2db997f979f84253d1a2 (patch)
treec86b65c8c7fdfcc238edb24f1d650dd0d20ed6a9
parentmedia-sound/gpodder: bump to 3.11.1 (diff)
downloadgentoo-253f71555e134b27d21a2db997f979f84253d1a2.tar.gz
gentoo-253f71555e134b27d21a2db997f979f84253d1a2.tar.bz2
gentoo-253f71555e134b27d21a2db997f979f84253d1a2.zip
dev-ml/camlp5: fix deps
Closes: https://bugs.gentoo.org/895350 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/camlp5/camlp5-8.00.05-r1.ebuild (renamed from dev-ml/camlp5/camlp5-8.00.05.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-8.00.05.ebuild b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild
index adad633b99f9..adb4094a4b81 100644
--- a/dev-ml/camlp5/camlp5-8.00.05.ebuild
+++ b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild
@@ -12,13 +12,14 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="doc +ocamlopt"
RDEPEND="
dev-ml/camlp-streams:=
dev-ml/rresult:=
dev-ml/bos:=
+ dev-ml/pcre-ocaml:=
"
src_prepare() {