summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-06 03:38:40 +0000
committerSam James <sam@gentoo.org>2021-11-06 03:38:40 +0000
commit973b7d13cabeca5de6b8e0790b5ddfc1474a01ab (patch)
tree2f347cac81606c7e3d5add4f766ba86eb55b23fb /dev-ml/opam-state
parentdev-ml/opam: fix 2.0.10 (diff)
downloadgentoo-973b7d13cabeca5de6b8e0790b5ddfc1474a01ab.tar.gz
gentoo-973b7d13cabeca5de6b8e0790b5ddfc1474a01ab.tar.bz2
gentoo-973b7d13cabeca5de6b8e0790b5ddfc1474a01ab.zip
dev-ml/opam-state: fix 2.0.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-state')
-rw-r--r--dev-ml/opam-state/opam-state-2.0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam-state/opam-state-2.0.10.ebuild b/dev-ml/opam-state/opam-state-2.0.10.ebuild
index 6c2a6cf8e81f..cf9ab72c819e 100644
--- a/dev-ml/opam-state/opam-state-2.0.10.ebuild
+++ b/dev-ml/opam-state/opam-state-2.0.10.ebuild
@@ -8,7 +8,6 @@ inherit dune
DESCRIPTION="opam state libraries"
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/_/-}"
LICENSE="LGPL-2.1"
@@ -24,7 +23,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-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