Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/VSS/
Date: Wed, 28 Sep 2022 16:33:09
Message-Id: 1664382742.eb0a4937ce2f48765639a89050b9cdbd24051353.tupone@gentoo
1 commit: eb0a4937ce2f48765639a89050b9cdbd24051353
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 16:32:22 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 16:32:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0a4937
7
8 dev-ada/VSS: add gcc_12_2_0
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 dev-ada/VSS/VSS-22.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ada/VSS/VSS-22.0.0.ebuild b/dev-ada/VSS/VSS-22.0.0.ebuild
16 index 4b8a933229a2..80f00cfae220 100644
17 --- a/dev-ada/VSS/VSS-22.0.0.ebuild
18 +++ b/dev-ada/VSS/VSS-22.0.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -ADA_COMPAT=( gnat_2021 )
27 +ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
28 inherit ada multiprocessing
29
30 DESCRIPTION="A high level string and text processing library"