From ea2907109c70ee0c10c04498e210a591045da952 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 29 Jan 2021 22:51:12 +0100 Subject: sci-libs/xraylib: do REQUIRED_USE correctly oops, clearly it's time to go to bed now Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sci-libs/xraylib/xraylib-4.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/xraylib/xraylib-4.0.0.ebuild b/sci-libs/xraylib/xraylib-4.0.0.ebuild index dc6acdd27..6dfde6dae 100644 --- a/sci-libs/xraylib/xraylib-4.0.0.ebuild +++ b/sci-libs/xraylib/xraylib-4.0.0.ebuild @@ -24,8 +24,10 @@ KEYWORDS="~amd64" # jave now uses the gradle build system which is not supported by portage IUSE="examples fortran lua perl php python ruby" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + lua? ( ${LUA_REQUIRED_USE} ) +" RDEPEND=" lua? ( ${LUA_DEPS} ) -- cgit v1.2.3-65-gdbad