diff options
author | Matthias Maier <tamiko@gentoo.org> | 2023-06-19 13:14:34 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-06-19 13:26:35 -0500 |
commit | f57c3bc231081fee7861d6f330e2c7ee58616bd8 (patch) | |
tree | 42ec3e49a8575022644d0eab0bc1b6a00d6c6857 /sci-libs/p4est | |
parent | sci-libs/p4est: drop 9999 (diff) | |
download | gentoo-f57c3bc231081fee7861d6f330e2c7ee58616bd8.tar.gz gentoo-f57c3bc231081fee7861d6f330e2c7ee58616bd8.tar.bz2 gentoo-f57c3bc231081fee7861d6f330e2c7ee58616bd8.zip |
sci-libs/p4est: fix dependency on libsc
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/p4est')
-rw-r--r-- | sci-libs/p4est/p4est-2.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |