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 DB1FD1382C5 for ; Tue, 1 Jun 2021 08:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30FDDE0829; Tue, 1 Jun 2021 08:50:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 14F04E0829 for ; Tue, 1 Jun 2021 08:50:59 +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 B40B4335D19 for ; Tue, 1 Jun 2021 08:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1884378E for ; Tue, 1 Jun 2021 08:50:56 +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: <1622537447.1759ead4e6f9b6619a48f7775001b717a74fbcc5.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/gap/gap-4.11.0.ebuild X-VCS-Directories: sci-mathematics/gap/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1759ead4e6f9b6619a48f7775001b717a74fbcc5 X-VCS-Branch: master Date: Tue, 1 Jun 2021 08:50:56 +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: 0a00fe69-8eee-4b84-8d39-a307f46a3f9e X-Archives-Hash: 911f336d1ad46415218eb6b24a33a90a commit: 1759ead4e6f9b6619a48f7775001b717a74fbcc5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 1 08:50:47 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 1 08:50:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1759ead4 sci-mathematics/gap: fix BadDefaultUseFlags Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/gap/gap-4.11.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/gap/gap-4.11.0.ebuild b/sci-mathematics/gap/gap-4.11.0.ebuild index db0da0967..d94a02143 100644 --- a/sci-mathematics/gap/gap-4.11.0.ebuild +++ b/sci-mathematics/gap/gap-4.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64" # broken HPC and boehm -IUSE="-boehm debug -hpc julia julia-gc memcheck valgrind" +IUSE="boehm debug hpc julia julia-gc memcheck valgrind" REQUIRED_USE="valgrind? ( memcheck ) julia-gc? ( julia ) hpc? ( boehm )" RDEPEND+=" @@ -27,7 +27,7 @@ RDEPEND+=" sys-libs/zlib julia? ( || ( dev-lang/julia - dev-lang/julia-bin + dev-lang/julia-bin:* ) ) valgrind? ( dev-util/valgrind ) "