aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-29 22:51:12 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-29 22:51:12 +0100
commitea2907109c70ee0c10c04498e210a591045da952 (patch)
treee626df2b6c64f304cca25d20d74854b5b7ea89b8
parentsci-libs/xraylib: use docinto/dodoc instead of insinto (diff)
downloadsci-ea290710.tar.gz
sci-ea290710.tar.bz2
sci-ea290710.zip
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 <andrewammerlaan@riseup.net>
-rw-r--r--sci-libs/xraylib/xraylib-4.0.0.ebuild6
1 files 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} )