diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 03:39:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 03:39:09 +0000 |
commit | b6c0dad4c5c045bb6012b4aed1db09fd333413ba (patch) | |
tree | afa54f72a3c132839f9d4352178b323b6c006eed /dev-ml | |
parent | dev-ml/opam-client: fix 2.0.10 (diff) | |
download | gentoo-b6c0dad4c5c045bb6012b4aed1db09fd333413ba.tar.gz gentoo-b6c0dad4c5c045bb6012b4aed1db09fd333413ba.tar.bz2 gentoo-b6c0dad4c5c045bb6012b4aed1db09fd333413ba.zip |
dev-ml/opam-format: fix 2.0.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-format/opam-format-2.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.10.ebuild b/dev-ml/opam-format/opam-format-2.0.10.ebuild index 027845d265fc..ace83b9a6ae8 100644 --- a/dev-ml/opam-format/opam-format-2.0.10.ebuild +++ b/dev-ml/opam-format/opam-format-2.0.10.ebuild @@ -10,7 +10,6 @@ inherit dune DESCRIPTION="Core libraries for opam" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/dev-ml/opam/opam-2.1.0-dose3-6.patch.xz" S="${WORKDIR}/opam-${PV}" OPAM_INSTALLER="${S}/opam-installer" @@ -28,7 +27,8 @@ RDEPEND=" DEPEND="${RDEPEND} dev-ml/cppo" -PATCHES=( "${WORKDIR}"/opam-2.1.0-dose3-6.patch ) +# Cherry-picked from https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz +PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" ) src_prepare() { default |