diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-06-29 20:24:41 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-06-29 20:24:41 +0200 |
commit | 1cdb3707a863a8ea0cc7349595bc40244dee98f3 (patch) | |
tree | 4a9733d9deae3ac94d100892f79f2940606a3db0 /dev-ml/opam-installer | |
parent | dev-python/beniget: Bump to 0.4.0 (diff) | |
download | gentoo-1cdb3707a863a8ea0cc7349595bc40244dee98f3.tar.gz gentoo-1cdb3707a863a8ea0cc7349595bc40244dee98f3.tar.bz2 gentoo-1cdb3707a863a8ea0cc7349595bc40244dee98f3.zip |
dev-ml/opam-installer: rdepends on dose3
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/opam-installer')
-rw-r--r-- | dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild b/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild index 7bd84a692fe7..931de0a20eb5 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.8-r3.ebuild @@ -16,7 +16,7 @@ OPAM_INSTALLER="${S}/opam-installer" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" # 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" ) @@ -25,6 +25,7 @@ RDEPEND=" >=dev-lang/ocaml-4.02.3 dev-ml/cmdliner:= ~dev-ml/opam-format-${PV} + >=dev-ml/dose3-6 " DEPEND="${RDEPEND} dev-ml/findlib" |