commit: 253f71555e134b27d21a2db997f979f84253d1a2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 08:43:41 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 08:44:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253f7155
dev-ml/camlp5: fix deps Closes: https://bugs.gentoo.org/895350 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlp5/{camlp5-8.00.05.ebuild => camlp5-8.00.05-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/camlp5/camlp5-8.00.05.ebuild b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild similarity index 94% rename from dev-ml/camlp5/camlp5-8.00.05.ebuild rename to 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() {
