summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2025-01-05 19:58:25 +0100
committerAlfredo Tupone <tupone@gentoo.org>2025-01-05 20:00:20 +0100
commit832ac55e8bf28296ca16124377f359ea63b0184e (patch)
treecd210162264f7e504d046e11640b28cc2d71f6b8 /dev-ada
parentdev-python/fpylll: Remove old (diff)
downloadgentoo-832ac55e8bf28296ca16124377f359ea63b0184e.tar.gz
gentoo-832ac55e8bf28296ca16124377f359ea63b0184e.tar.bz2
gentoo-832ac55e8bf28296ca16124377f359ea63b0184e.zip
dev-ada/gprbuild: fix gnatbind executable name
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild b/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild
index bdd62d2fe9e0..82f8651e0b1a 100644
--- a/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild
+++ b/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit ada multiprocessing
XMLADA=xmlada-${PV}
DESCRIPTION="Multi-Language Management"
-HOMEPAGE="http://libre.adacore.com/"
+HOMEPAGE="https://github.com/AdaCore/gprbuild"
SRC_URI="
https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
@@ -35,6 +35,10 @@ src_prepare() {
-e "s:@GNATBIND@:${GNATBIND}:g" \
src/gprlib.adb \
|| die
+ sed -i \
+ -e "s|\"gnatbind\"|\"gnatbind-${GCC_PV}\"|" \
+ src/gprbind.adb \
+ || die
cd gpr/src || die
ln -s gpr-util-put_resource_usage__unix.adb \
gpr-util-put_resource_usage.adb