dev-ada/spawn: drop support for gnat_2020

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-11-21 18:33:26 +01:00
parent 2c0692d072
commit bad83b8978

View File

@@ -3,7 +3,7 @@
EAPI=7
ADA_COMPAT=( gnat_202{0,1} gcc_12_2_0 )
ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
inherit ada multiprocessing
DESCRIPTION="Simple API to spawn processes"