diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-12 08:11:34 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-12 08:13:52 +0200 |
commit | 37c1cb1766eec979844d0718a81936797391ed4a (patch) | |
tree | db69b5a9bd176a8a823ee160d97616e003a18bac /dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild | |
parent | dev-ruby/async-io: fix 1.34.3 tests (diff) | |
download | gentoo-37c1cb1766eec979844d0718a81936797391ed4a.tar.gz gentoo-37c1cb1766eec979844d0718a81936797391ed4a.tar.bz2 gentoo-37c1cb1766eec979844d0718a81936797391ed4a.zip |
dev-libs/FBGEMM: test require C++14
Closes: https://bugs.gentoo.org/904134
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild')
-rw-r--r-- | dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild b/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild index 194619787e6d..22674b795e6c 100644 --- a/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild +++ b/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild @@ -50,6 +50,7 @@ python_check_deps() { PATCHES=( "${FILESDIR}"/${PN}-2022.01.13-gentoo.patch "${FILESDIR}"/${PN}-2022.07.16-gcc13.patch + "${FILESDIR}"/${P}-test.patch ) src_prepare() { |