summaryrefslogtreecommitdiff
path: root/dev-ml/opam-client/opam-client-2.0.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /dev-ml/opam-client/opam-client-2.0.9.ebuild
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'dev-ml/opam-client/opam-client-2.0.9.ebuild')
-rw-r--r--dev-ml/opam-client/opam-client-2.0.9.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-ml/opam-client/opam-client-2.0.9.ebuild b/dev-ml/opam-client/opam-client-2.0.9.ebuild
index 4b52fb7e1ef9..78a0dd5cda78 100644
--- a/dev-ml/opam-client/opam-client-2.0.9.ebuild
+++ b/dev-ml/opam-client/opam-client-2.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,8 +12,9 @@ S="${WORKDIR}/opam-${PV/_/-}"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+ocamlopt"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-ml/cmdliner:=
@@ -24,6 +25,7 @@ RDEPEND="
dev-ml/re:=
"
DEPEND="${RDEPEND}"
+BDEPEND="test? ( sys-apps/bubblewrap )"
# 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" )