From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35333138334 for ; Sat, 27 Jul 2019 06:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62FB2E085A; Sat, 27 Jul 2019 06:48:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47D89E085A for ; Sat, 27 Jul 2019 06:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7006348CD3 for ; Sat, 27 Jul 2019 06:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BDF5CB for ; Sat, 27 Jul 2019 06:48:40 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1564210104.5e0c98fbdbf12b63d21a33de4db538ff97648e62.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2017.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5e0c98fbdbf12b63d21a33de4db538ff97648e62 X-VCS-Branch: master Date: Sat, 27 Jul 2019 06:48:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d97d8925-bcbc-41f1-bf67-9b12a32e74c9 X-Archives-Hash: bb9d4ee04820f0d2c01793c5df84a3c4 commit: 5e0c98fbdbf12b63d21a33de4db538ff97648e62 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Jul 27 06:48:24 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jul 27 06:48:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0c98fb dev-lang/gnat-gpl: wrong (previous) commit Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2017.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild index 2d4942a4e93..1cf2cc19f09 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