commit: f57c3bc231081fee7861d6f330e2c7ee58616bd8 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon Jun 19 18:14:34 2023 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 18:26:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57c3bc2
sci-libs/p4est: fix dependency on libsc Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-libs/p4est/p4est-2.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/p4est/p4est-2.8.5.ebuild b/sci-libs/p4est/p4est-2.8.5.ebuild index 0663c7d292ba..89afa3c98840 100644 --- a/sci-libs/p4est/p4est-2.8.5.ebuild +++ b/sci-libs/p4est/p4est-2.8.5.ebuild @@ -8,7 +8,7 @@ inherit cmake toolchain-funcs DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" -LIBSC_VERSION="2.8.3" +LIBSC_VERSION="${PV}" if [[ ${PV} = *9999* ]]; then inherit git-r3
