commit: 9b5152cc5afeb696ec55aac8b6c0ca1b4934f99d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 22 13:32:23 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 22 13:32:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5152cc
dev-ml/extlib: add lower bound on cppo Bug: https://bugs.gentoo.org/704146 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/extlib/extlib-1.7.7.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-ml/extlib/extlib-1.7.7.ebuild b/dev-ml/extlib/extlib-1.7.7.ebuild index ff4c64b8466..aa9752bf395 100644 --- a/dev-ml/extlib/extlib-1.7.7.ebuild +++ b/dev-ml/extlib/extlib-1.7.7.ebuild @@ -11,18 +11,17 @@ SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" -RDEPEND=" - dev-lang/ocaml:=[ocamlopt?] -" -DEPEND="${RDEPEND} - dev-ml/cppo" +# See bug #704146 +BDEPEND=">=dev-ml/cppo-1.6.6" +RDEPEND="dev-lang/ocaml:=[ocamlopt?]" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.7.7-no-git.patch - ) +) S="${WORKDIR}/ocaml-${P}"
