diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 03:38:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 03:38:52 +0000 |
commit | 1eddfc250728c15f25591cab9964ee1c2e76eb54 (patch) | |
tree | f883524ec357441cc77d1651b7aaa8641286f8c5 /dev-ml | |
parent | dev-ml/opam-state: fix 2.0.10 (diff) | |
download | gentoo-1eddfc250728c15f25591cab9964ee1c2e76eb54.tar.gz gentoo-1eddfc250728c15f25591cab9964ee1c2e76eb54.tar.bz2 gentoo-1eddfc250728c15f25591cab9964ee1c2e76eb54.zip |
dev-ml/opam-client: fix 2.0.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-client/opam-client-2.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam-client/opam-client-2.0.10.ebuild b/dev-ml/opam-client/opam-client-2.0.10.ebuild index b03d1b117962..4b52fb7e1ef9 100644 --- a/dev-ml/opam-client/opam-client-2.0.10.ebuild +++ b/dev-ml/opam-client/opam-client-2.0.10.ebuild @@ -8,7 +8,6 @@ inherit dune DESCRIPTION="opam client 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" @@ -26,7 +25,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 |