summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-07-27 08:48:24 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-07-27 08:48:24 +0200
commit5e0c98fbdbf12b63d21a33de4db538ff97648e62 (patch)
tree7158cdb2c9f42300fefcc6a23b89052d8e2a1616 /dev-lang/gnat-gpl
parentnet-libs/nodejs: Update live ebuild (diff)
downloadgentoo-5e0c98fbdbf12b63d21a33de4db538ff97648e62.tar.gz
gentoo-5e0c98fbdbf12b63d21a33de4db538ff97648e62.tar.bz2
gentoo-5e0c98fbdbf12b63d21a33de4db538ff97648e62.zip
dev-lang/gnat-gpl: wrong (previous) commit
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/gnat-gpl')
-rw-r--r--dev-lang/gnat-gpl/gnat-gpl-2017.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
index 2d4942a4e936..1cf2cc19f09d 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
@@ -100,13 +100,11 @@ src_prepare() {
GNATBIND="${gnatbase/gcc/gnatbind}"
GNATLINK="${gnatbase/gcc/gnatlink}"
GNATLS="${gnatbase/gcc/gnatls}"
- GCCAR="${gnatbase/gcc/gcc-ar}"
if [[ ${gnatpath} != "." ]] ; then
CXX="${gnatpath}/${CXX}"
GNATBIND="${gnatpath}/${GNATBIND}"
GNATLINK="${gnatpath}/${GNATLINK}"
GNATLS="${gnatpath}/${GNATLS}"
- GCCAR="${gnatpath}/${GCCAR}"
fi
mkdir bin || die
ln -s $(which ${GCC}) bin/gcc || die
@@ -115,7 +113,6 @@ src_prepare() {
ln -s $(which ${GNATBIND}) bin/gnatbind || die
ln -s $(which ${GNATLINK}) bin/gnatlink || die
ln -s $(which ${GNATLS}) bin/gnatls || die
- ln -s $(which ${GCCAR}) bin/ar || die
echo ${TOOLCHAIN_GCC_PV} > gcc/BASE-VER