Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FP16/
Date: Tue, 17 May 2022 06:52:00
Message-Id: 1652770305.931646e3f0a843dfdb34d7ba78a61f928346842d.tupone@gentoo
1 commit: 931646e3f0a843dfdb34d7ba78a61f928346842d
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 06:51:45 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 06:51:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931646e3
7
8 dev-libs/FP16: add PeachPy deps
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 .../FP16/{FP16-2021.03.20-r1.ebuild => FP16-2021.03.20-r2.ebuild} | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
17 similarity index 90%
18 rename from dev-libs/FP16/FP16-2021.03.20-r1.ebuild
19 rename to dev-libs/FP16/FP16-2021.03.20-r2.ebuild
20 index 4fb39fced810..1673b468cb71 100644
21 --- a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild
22 +++ b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 -PYTHON_COMPAT=( python3_{8,9,10,11} )
28 +PYTHON_COMPAT=( python3_{8,9,10} )
29 inherit python-r1 cmake
30
31 CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91
32 @@ -19,7 +19,11 @@ IUSE="test"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 DEPEND="dev-libs/psimd"
36 -RDEPEND="${DEPEND} ${PYTHON_DEPS}"
37 +RDEPEND="
38 + ${DEPEND}
39 + ${PYTHON_DEPS}
40 + dev-python/PeachPy[${PYTHON_USEDEP}]
41 +"
42 BDEPEND="test? ( dev-cpp/gtest )"
43 RESTRICT="!test? ( test )"