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 BC6A91382C5 for ; Tue, 5 Jan 2021 18:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED183E07F1; Tue, 5 Jan 2021 18:22:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B7BD9E07F1 for ; Tue, 5 Jan 2021 18:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3F8A1340FCC for ; Tue, 5 Jan 2021 18:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B882D48D for ; Tue, 5 Jan 2021 18:22:15 +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: <1609870914.704db64ed869a89a3b0df65fb1e183816604b075.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild sci-biology/ncbi-tools++/ncbi-tools++-18.0.0.ebuild sci-biology/ncbi-tools++/ncbi-tools++-22.0.0.ebuild X-VCS-Directories: sci-biology/ncbi-tools++/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 704db64ed869a89a3b0df65fb1e183816604b075 X-VCS-Branch: master Date: Tue, 5 Jan 2021 18:22:15 +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: ac50f876-19d2-4b4c-8a02-137d7c04627c X-Archives-Hash: 05c2f70833e2a70692aa6279196ce373 commit: 704db64ed869a89a3b0df65fb1e183816604b075 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 5 10:05:05 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 5 18:21:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=704db64e sci-biology/ncbi-tools++: depend on gcc<10, bump py targets Closes: https://github.com/gentoo/sci/pull/1014 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 32 ++++++------ .../ncbi-tools++/ncbi-tools++-18.0.0.ebuild | 60 +++++++++++----------- .../ncbi-tools++/ncbi-tools++-22.0.0.ebuild | 12 +++-- 3 files changed, 55 insertions(+), 49 deletions(-) diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild index 68341a338..0aa05e878 100644 --- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild +++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -38,6 +38,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # sys-libs/db should be compiled with USE=cxx # dev-libs/boost must have Boost.Test suite, probably dev-libs/boost[test] then? DEPEND=" +