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, 31 May 2017 07:21:37 +0000 (UTC)	[thread overview]
Message-ID: <1496215276.62b045ea4e8ff326637259e4b0b7971818a1c579.tupone@gentoo> (raw)

commit:     62b045ea4e8ff326637259e4b0b7971818a1c579
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 07:21:16 2017 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 31 07:21:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b045ea

dev-ada/gnat_util: Enable verbose mode

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/gnat_util/gnat_util-2016.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ada/gnat_util/gnat_util-2016.ebuild b/dev-ada/gnat_util/gnat_util-2016.ebuild
index 51cdbdc1cf9..dd8a3f6cba1 100644
--- a/dev-ada/gnat_util/gnat_util-2016.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2016.ebuild
@@ -27,6 +27,7 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 pkg_setup() {
 	GCC=${ADA:-$(tc-getCC)}
 	GNATMAKE="${GCC/gcc/gnatmake}"
+	CC="${GCC}"
 	if [[ -z "$(type ${GNATMAKE} 2>/dev/null)" ]] ; then
 		eerror "You need a gcc compiler that provides the Ada Compiler:"
 		eerror "1) use gcc-config to select the right compiler or"
@@ -36,10 +37,11 @@ pkg_setup() {
 }
 
 src_compile() {
-	emake GNATMAKE=${GNATMAKE} BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
+	emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+		BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
 	for kind in shared static static-pic; do
 		if use ${kind}; then
-			emake BUILDER="gprbuild -j$(makeopts_jobs)" build-${kind}
+			emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-${kind}
 		fi
 	done
 }


             reply	other threads:[~2017-05-31  7:21 UTC|newest]

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