Skip to content

Commit

Permalink
dev-ada/markdown: support gcc:13
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 13, 2023
1 parent ca5b0e2 commit f98fcf7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}
}

0 comments on commit f98fcf7

Please sign in to comment.