Description: Tell upstream build system where to find the needed GNAT sources
 Debian calls gnatprj.gpr what upstream calls gnat_util.gpr.
 The name of this patch mentions gnatprj for historical reasons.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed

--- a/asis.gpr
+++ b/asis.gpr
@@ -21,7 +21,7 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
-with "gnat_util";
+with "gnatvsn";
 with "common";
 
 project Asis is
