mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-build/fpm: 0.11.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
23
dev-build/fpm/files/fpm-0.11.0_fpm_toml.patch
Normal file
23
dev-build/fpm/files/fpm-0.11.0_fpm_toml.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
diff -Naur a/fpm.toml b/fpm.toml
|
||||
--- a/fpm.toml
|
||||
+++ b/fpm.toml
|
||||
@@ -10,16 +10,9 @@
|
||||
macros=["FPM_RELEASE_VERSION={version}"]
|
||||
|
||||
[dependencies]
|
||||
-toml-f.git = "https://github.com/toml-f/toml-f"
|
||||
-toml-f.rev = "d7b892b1d074b7cfc5d75c3e0eb36ebc1f7958c1"
|
||||
-M_CLI2.git = "https://github.com/urbanjost/M_CLI2.git"
|
||||
-M_CLI2.rev = "7264878cdb1baff7323cc48596d829ccfe7751b8"
|
||||
-fortran-regex.git = "https://github.com/perazz/fortran-regex"
|
||||
-fortran-regex.tag = "1.1.2"
|
||||
-jonquil.git = "https://github.com/toml-f/jonquil"
|
||||
-jonquil.rev = "4fbd4cf34d577c0fd25e32667ee9e41bf231ece8"
|
||||
-fortran-shlex.git = "https://github.com/perazz/fortran-shlex"
|
||||
-fortran-shlex.tag = "1.0.1"
|
||||
+[build]
|
||||
+external-modules = ["tomlf","tomlf_constants","tomlf_de_parser","m_cli2","regex_module","shlex_module","jonquil"]
|
||||
+link = ["toml-f","M_CLI2","fortran-regex","fortran-shlex","jonquil"]
|
||||
|
||||
[[test]]
|
||||
name = "cli-test"
|
||||
Reference in New Issue
Block a user