diff options
Diffstat (limited to 'dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild index 0e64a225bb7b..8973393dd2af 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,8 +40,7 @@ DEPEND="${RDEPEND} !!<dev-python/configparser-3.3.0.2 ${PYTHON_DEPS}" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} )" +REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" S=${WORKDIR}/${MY_P} |