diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-09-19 12:06:47 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-09-19 12:06:47 +0200 |
commit | 8344fdb431442d022ba8056f6b2b0cd867873f25 (patch) | |
tree | 149d7ae9ae5dbcb91917ebfb24c80a34132bc55d /dev-ada/asis | |
parent | dev-ada/aws: drop support to <gnat_2019 and remove old (diff) | |
download | gentoo-8344fdb431442d022ba8056f6b2b0cd867873f25.tar.gz gentoo-8344fdb431442d022ba8056f6b2b0cd867873f25.tar.bz2 gentoo-8344fdb431442d022ba8056f6b2b0cd867873f25.zip |
dev-ada/asis: drop support for <gnat_2019
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/asis')
-rw-r--r-- | dev-ada/asis/asis-2019-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/asis/asis-2019-r1.ebuild b/dev-ada/asis/asis-2019-r1.ebuild index ce52378a7851..e7cccc68ec91 100644 --- a/dev-ada/asis/asis-2019-r1.ebuild +++ b/dev-ada/asis/asis-2019-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_201{7,8,9} ) +ADA_COMPAT=( gnat_2019 ) inherit ada multiprocessing MYP=${P}-20190517-18AB5-src |