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/ada_language_server/
Date: Tue,  4 Oct 2022 20:38:07 +0000 (UTC)	[thread overview]
Message-ID: <1664915865.3f462f4014fcd0fb988d5c39d40f8f6c57f9dc80.tupone@gentoo> (raw)

commit:     3f462f4014fcd0fb988d5c39d40f8f6c57f9dc80
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 20:37:45 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 20:37:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f462f40

dev-ada/ada_language_server: add gcc_12_2_0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild b/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
index 42dbadb2cd65..61b19f50e06c 100644
--- a/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
+++ b/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ADA_COMPAT=( gnat_202{0,1} )
+ADA_COMPAT=( gnat_202{0,1} gcc_12_2_0 )
 inherit ada multiprocessing
 
 DESCRIPTION="an implementation of the Microsoft Language Server Protocol for Ada/SPARK"
@@ -33,21 +33,27 @@ REQUIRED_USE="${ADA_REQUIRED_USE}"
 src_compile() {
 	gprbuild -v -j$(makeopts_jobs) -P gnat/tester.gpr -p \
 		-XLIBRARY_TYPE=relocatable \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	gprbuild -v -j$(makeopts_jobs) -c -u -P gnat/lsp_server.gpr -p \
 		-XLIBRARY_TYPE=relocatable s-memory.adb \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	gprbuild -v -j$(makeopts_jobs) -P gnat/lsp_server.gpr -p \
 		-XLIBRARY_TYPE=relocatable -XVERSION= \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	gprbuild -v -j$(makeopts_jobs) -P gnat/codec_test.gpr -p \
 		-XLIBRARY_TYPE=relocatable \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	gprbuild -v -j$(makeopts_jobs) -P gnat/lsp_client.gpr -p \
 		-XLIBRARY_TYPE=relocatable \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	gprbuild -v -j$(makeopts_jobs) -P gnat/lsp_client_glib.gpr -p \
 		-XLIBRARY_TYPE=relocatable \
+		-XBUILD_MODE=prod \
 		-cargs:Ada ${ADAFLAGS} || die
 	mkdir -p integration/vscode/ada/linux
 	cp -f .obj/server/ada_language_server integration/vscode/ada/linux || die


             reply	other threads:[~2022-10-04 20:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 20:38 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-20 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-ada/ada_language_server/ Alfredo Tupone
2023-12-19 20:01 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-21  7:25 Alfredo Tupone
2023-02-05 20:41 Alfredo Tupone
2023-01-26 19:37 Alfredo Tupone
2022-12-18 20:57 Alfredo Tupone
2022-12-15 17:36 Alfredo Tupone
2022-11-26 21:48 Alfredo Tupone
2022-11-25 21:38 Alfredo Tupone
2022-11-21 17:31 Alfredo Tupone
2022-03-16 17:35 Alfredo Tupone
2022-02-03 20:16 Alfredo Tupone
2022-01-02 10:52 Alfredo Tupone
2021-12-31 19:48 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=1664915865.3f462f4014fcd0fb988d5c39d40f8f6c57f9dc80.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