diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-11-21 18:40:14 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-11-21 18:40:14 +0100 |
commit | 286bb2c4d3333c593755c0043a314966dd4829c3 (patch) | |
tree | 34d4e5da994fd6c3eaa80aa698209307cc9c52eb /dev-ada/aws | |
parent | dev-ada/ada_libfswatch: drop support for gnat_2020 (diff) | |
download | gentoo-286bb2c4d3333c593755c0043a314966dd4829c3.tar.gz gentoo-286bb2c4d3333c593755c0043a314966dd4829c3.tar.bz2 gentoo-286bb2c4d3333c593755c0043a314966dd4829c3.zip |
dev-ada/aws: drop support for gnat_2020
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/aws')
-rw-r--r-- | dev-ada/aws/aws-2021.ebuild | 4 | ||||
-rw-r--r-- | dev-ada/aws/aws-22.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/aws/aws-2021.ebuild b/dev-ada/aws/aws-2021.ebuild index 477eef589545..740af4036915 100644 --- a/dev-ada/aws/aws-2021.ebuild +++ b/dev-ada/aws/aws-2021.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_202{0..1} ) +ADA_COMPAT=( gnat_2021 ) inherit ada multiprocessing MYP=${P}-${PV}0518-19F65-src diff --git a/dev-ada/aws/aws-22.0.0.ebuild b/dev-ada/aws/aws-22.0.0.ebuild index 2ad9894c2821..de3db2a9d882 100644 --- a/dev-ada/aws/aws-22.0.0.ebuild +++ b/dev-ada/aws/aws-22.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_202{0..1} ) +ADA_COMPAT=( gnat_2021 ) inherit ada multiprocessing DESCRIPTION="A complete Web development framework" |