commit: b5012874d56f1faf4c168356ea2a6f23d4605bb8 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon Aug 22 14:03:55 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 15:05:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5012874
sci-physics/formcalc: Properly symlink tform Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/sci/pull/1165 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../formcalc/{formcalc-9.10.ebuild => formcalc-9.10-r1.ebuild} | 4 ++-- sci-physics/formcalc/{formcalc-9.9.ebuild => formcalc-9.9-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-physics/formcalc/formcalc-9.10.ebuild b/sci-physics/formcalc/formcalc-9.10-r1.ebuild similarity index 92% rename from sci-physics/formcalc/formcalc-9.10.ebuild rename to sci-physics/formcalc/formcalc-9.10-r1.ebuild index 81f69f294..9a3734d2a 100644 --- a/sci-physics/formcalc/formcalc-9.10.ebuild +++ b/sci-physics/formcalc/formcalc-9.10-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" RDEPEND=" sci-mathematics/mathematica - sci-mathematics/form + sci-mathematics/form[threads] " DEPEND="${RDEPEND}" BDEPEND=" @@ -46,7 +46,7 @@ src_install() { done # switch to system form dosym `command -v form` ${MMADIR}/${MY_P}/Linux-x86-64/form - dosym `command -v form` ${MMADIR}/${MY_P}/Linux-x86-64/tform + dosym `command -v tform` ${MMADIR}/${MY_P}/Linux-x86-64/tform dodoc manual/*.pdf } diff --git a/sci-physics/formcalc/formcalc-9.9.ebuild b/sci-physics/formcalc/formcalc-9.9-r1.ebuild similarity index 92% rename from sci-physics/formcalc/formcalc-9.9.ebuild rename to sci-physics/formcalc/formcalc-9.9-r1.ebuild index 6e031ef5c..c73a3e804 100644 --- a/sci-physics/formcalc/formcalc-9.9.ebuild +++ b/sci-physics/formcalc/formcalc-9.9-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" RDEPEND=" sci-mathematics/mathematica - sci-mathematics/form + sci-mathematics/form[threads] " DEPEND="${RDEPEND}" BDEPEND=" @@ -48,7 +48,7 @@ src_install() { done # switch to system form dosym `command -v form` ${MMADIR}/${MY_P}/Linux-x86-64/form - dosym `command -v form` ${MMADIR}/${MY_P}/Linux-x86-64/tform + dosym `command -v tform` ${MMADIR}/${MY_P}/Linux-x86-64/tform dodoc manual/*.pdf }
