Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/
Date: Fri, 29 Jan 2021 21:51:22
Message-Id: 1611957072.ea2907109c70ee0c10c04498e210a591045da952.andrewammerlaan@gentoo
1 commit: ea2907109c70ee0c10c04498e210a591045da952
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Jan 29 21:51:12 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Jan 29 21:51:12 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea290710
7
8 sci-libs/xraylib: do REQUIRED_USE correctly
9
10 oops, clearly it's time to go to bed now
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 sci-libs/xraylib/xraylib-4.0.0.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/xraylib/xraylib-4.0.0.ebuild b/sci-libs/xraylib/xraylib-4.0.0.ebuild
19 index dc6acdd27..6dfde6dae 100644
20 --- a/sci-libs/xraylib/xraylib-4.0.0.ebuild
21 +++ b/sci-libs/xraylib/xraylib-4.0.0.ebuild
22 @@ -24,8 +24,10 @@ KEYWORDS="~amd64"
23 # jave now uses the gradle build system which is not supported by portage
24 IUSE="examples fortran lua perl php python ruby"
25
26 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27 -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
28 +REQUIRED_USE="
29 + python? ( ${PYTHON_REQUIRED_USE} )
30 + lua? ( ${LUA_REQUIRED_USE} )
31 +"
32
33 RDEPEND="
34 lua? ( ${LUA_DEPS} )