Skip to content

Commit

Permalink
dev-ada/VSS: add gcc_12
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 20, 2023
1 parent fdee425 commit 9101448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 )
inherit ada multiprocessing

DESCRIPTION="A high level string and text processing library"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

ADA_COMPAT=( gcc_12_2_0 )
ADA_COMPAT=( gcc_12_2_0 gcc_12 )
inherit ada multiprocessing

DESCRIPTION="A high level string and text processing library"
Expand Down

0 comments on commit 9101448

Please sign in to comment.