commit:     931646e3f0a843dfdb34d7ba78a61f928346842d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 06:51:45 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 17 06:51:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931646e3

dev-libs/FP16: add PeachPy deps

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../FP16/{FP16-2021.03.20-r1.ebuild => FP16-2021.03.20-r2.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild 
b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
similarity index 90%
rename from dev-libs/FP16/FP16-2021.03.20-r1.ebuild
rename to dev-libs/FP16/FP16-2021.03.20-r2.ebuild
index 4fb39fced810..1673b468cb71 100644
--- a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild
+++ b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10,11} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 inherit python-r1 cmake
 
 CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91
@@ -19,7 +19,11 @@ IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-libs/psimd"
-RDEPEND="${DEPEND} ${PYTHON_DEPS}"
+RDEPEND="
+       ${DEPEND}
+       ${PYTHON_DEPS}
+       dev-python/PeachPy[${PYTHON_USEDEP}]
+"
 BDEPEND="test? ( dev-cpp/gtest )"
 RESTRICT="!test? ( test )"
 

Reply via email to