public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat_util/
Date: Wed, 18 Sep 2019 07:11:58 +0000 (UTC)	[thread overview]
Message-ID: <1568790703.b87a69f76e66d70d65caec0764699fc6966ce2ff.tupone@gentoo> (raw)

commit:     b87a69f76e66d70d65caec0764699fc6966ce2ff
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 07:11:43 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 07:11:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87a69f7

dev-ada/gnat_util: use gnatmake wrapper to build

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/gnat_util/gnat_util-2017-r2.ebuild | 2 +-
 dev-ada/gnat_util/gnat_util-2018-r2.ebuild | 2 +-
 dev-ada/gnat_util/gnat_util-2019-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
index 21237961a5b..14bd222fea4 100644
--- a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}"/${MYP}-src
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
-	emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+	emake GNATMAKE="gnatmake ${ADAFLAGS}" \
 		BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
 	if use static-libs; then
 		emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static

diff --git a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
index 227d6a882a6..5183ca27da9 100644
--- a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-src
 PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
 
 src_compile() {
-	emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+	emake GNATMAKE="gnatmake ${ADAFLAGS}" \
 		BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
 	if use static-libs; then
 		emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static

diff --git a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
index 7a63a8b83b1..24096b6b28e 100644
--- a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-194CA-src
 PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
 
 src_compile() {
-	emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+	emake GNATMAKE="gnatmake ${ADAFLAGS}" \
 		BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
 	if use static-libs; then
 		emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static


             reply	other threads:[~2019-09-18  7:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-18  7:11 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-19 10:11 [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat_util/ Alfredo Tupone
2021-09-15 17:28 Alfredo Tupone
2021-06-05 13:26 Alfredo Tupone
2019-12-04 21:21 Alfredo Tupone
2019-10-18 17:03 Alfredo Tupone
2019-09-13 18:58 Alfredo Tupone
2019-08-29  6:31 Alfredo Tupone
2019-06-21  6:17 Alfredo Tupone
2019-06-06  6:57 Alfredo Tupone
2019-06-05 18:56 Alfredo Tupone
2019-06-05 17:10 Alfredo Tupone
2019-05-31  9:03 Alfredo Tupone
2018-11-27 19:08 Alfredo Tupone
2018-06-25  7:39 Alfredo Tupone
2018-06-10  8:08 Alfredo Tupone
2018-04-21 19:55 Alfredo Tupone
2018-02-27 11:03 Alfredo Tupone
2018-02-21  7:29 Alfredo Tupone
2018-02-12 19:11 Alfredo Tupone
2017-11-29 18:09 Alfredo Tupone
2017-07-02 14:42 Alfredo Tupone
2017-07-01 17:04 Alfredo Tupone
2017-05-31  7:21 Alfredo Tupone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1568790703.b87a69f76e66d70d65caec0764699fc6966ce2ff.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox