From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0781C1382C5 for ; Fri, 29 Jan 2021 21:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44716E099C; Fri, 29 Jan 2021 21:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A423E099C for ; Fri, 29 Jan 2021 21:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70C7E340DDE for ; Fri, 29 Jan 2021 21:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37AA476 for ; Fri, 29 Jan 2021 21:51:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611957072.ea2907109c70ee0c10c04498e210a591045da952.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-4.0.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ea2907109c70ee0c10c04498e210a591045da952 X-VCS-Branch: master Date: Fri, 29 Jan 2021 21:51:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e484d4e8-bc37-4a65-8c4b-ecc71c5b7786 X-Archives-Hash: 59b1d53e053f7513e416bd87e304cab1 commit: ea2907109c70ee0c10c04498e210a591045da952 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jan 29 21:51:12 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jan 29 21:51:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea290710 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 riseup.net> 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} )