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/asis/
Date: Sun, 19 Sep 2021 10:07:03
Message-Id: 1632046007.8344fdb431442d022ba8056f6b2b0cd867873f25.tupone@gentoo
1 commit: 8344fdb431442d022ba8056f6b2b0cd867873f25
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 10:06:47 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 10:06:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8344fdb4
7
8 dev-ada/asis: drop support for <gnat_2019
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ada/asis/asis-2019-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ada/asis/asis-2019-r1.ebuild b/dev-ada/asis/asis-2019-r1.ebuild
17 index ce52378a785..e7cccc68ec9 100644
18 --- a/dev-ada/asis/asis-2019-r1.ebuild
19 +++ b/dev-ada/asis/asis-2019-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -ADA_COMPAT=( gnat_201{7,8,9} )
28 +ADA_COMPAT=( gnat_2019 )
29 inherit ada multiprocessing
30 MYP=${P}-20190517-18AB5-src