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/markdown/
Date: Wed, 13 Dec 2023 05:50:41 +0000 (UTC)	[thread overview]
Message-ID: <1702446624.f98fcf7810b0ce5dd385a596c98ded4676ba16ae.tupone@gentoo> (raw)

commit:     f98fcf7810b0ce5dd385a596c98ded4676ba16ae
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 05:49:58 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 05:50:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98fcf78

dev-ada/markdown: support gcc:13

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

 .../{markdown-23.0.0-r1.ebuild => markdown-23.0.0-r2.ebuild}      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ada/markdown/markdown-23.0.0-r1.ebuild b/dev-ada/markdown/markdown-23.0.0-r2.ebuild
similarity index 73%
rename from dev-ada/markdown/markdown-23.0.0-r1.ebuild
rename to dev-ada/markdown/markdown-23.0.0-r2.ebuild
index 010dd701d1ac..ff6f2a9745ef 100644
--- a/dev-ada/markdown/markdown-23.0.0-r1.ebuild
+++ b/dev-ada/markdown/markdown-23.0.0-r2.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 )
-inherit ada
+ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
+inherit ada multiprocessing
 
 DESCRIPTION="Provides a markdown parser written in Ada"
 HOMEPAGE="https://github.com/AdaCore/markdown"
@@ -20,3 +20,7 @@ RDEPEND="${ADA_DEPS}
 	dev-ada/VSS[${ADA_USEDEP}]"
 DEPEND="${RDEPEND}"
 BDEPEND=""
+
+src_compile() {
+	gprbuild -v -p -j$(makeopts_jobs) -XBUILD_MODE=dev gnat/markdown.gpr -cargs ${ADAFLAGS}
+}


             reply	other threads:[~2023-12-13  5:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13  5:50 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-18 17:58 [gentoo-commits] repo/gentoo:master commit in: dev-ada/markdown/ Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-20 20:40 Alfredo Tupone
2022-12-19 13:49 Alfredo Tupone
2022-12-18 20:10 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=1702446624.f98fcf7810b0ce5dd385a596c98ded4676ba16ae.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