Restore meaningful comments in some manifests

This commit is contained in:
Alejandro R. Mosteo
2020-07-28 18:43:35 +02:00
parent 5864a0bac6
commit 1b35f79132
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ project-files = ["si_units_lib.gpr"]
tags = ["utilities", "formatting"]
[available."case(distribution)"]
"..." = true
debian = false
debian = false # Compilation hangs on this system (debian-stable)
[gpr-externals]
BUILD = ["debug", "release"]
@@ -22,6 +22,7 @@ TP_XMLADA = ["Installed", "Disabled"]
[gpr-set-externals]
TP_XMLADA = "Installed"
# We configure it with external xmlada, so other projects depending on xmlada do not clash
[origin]
url = "https://github.com/AdaCore/templates-parser/archive/17.2.tar.gz"