diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-17 16:31:09 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-17 16:31:09 +0200 |
commit | 963216a731c39f143c82792350b96363b1dd970b (patch) | |
tree | 1a0a2e54c47fc801d9931a3b48b5c87e0d85a069 /www-misc/litmus/files | |
parent | metadata/install-qa-check.d: swap libltdl check to 'has' (diff) | |
download | gentoo-963216a731c39f143c82792350b96363b1dd970b.tar.gz gentoo-963216a731c39f143c82792350b96363b1dd970b.tar.bz2 gentoo-963216a731c39f143c82792350b96363b1dd970b.zip |
www-misc/litmus: EAPI 5 -> 8
Closes: https://bugs.gentoo.org/715472
Closes: https://bugs.gentoo.org/835351
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-misc/litmus/files')
-rw-r--r-- | www-misc/litmus/files/litmus-0.13-autotools-neon-version.patch (renamed from www-misc/litmus/files/0.13-autotools-neon-version.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-misc/litmus/files/0.13-autotools-neon-version.patch b/www-misc/litmus/files/litmus-0.13-autotools-neon-version.patch index c2e0211b6508..b1fdfd61e3ec 100644 --- a/www-misc/litmus/files/0.13-autotools-neon-version.patch +++ b/www-misc/litmus/files/litmus-0.13-autotools-neon-version.patch @@ -1,11 +1,11 @@ ---- configure.ac.ori 2014-01-31 01:00:58.796123088 +0100 -+++ configure.ac 2014-01-31 01:00:43.767787763 +0100 +--- a/configure.ac ++++ b/configure.ac @@ -20,7 +20,7 @@ dnl List of tests AC_SUBST([TESTS], ["basic copymove props locks http"]) -NE_REQUIRE_VERSIONS([0], [25 26 27 28 29]) -+NE_REQUIRE_VERSIONS([0], [25 26 27 28 29 30]) ++NE_REQUIRE_VERSIONS([0], [25 26 27 28 29 30 31 32]) NEON_WITHOUT_ZLIB NEON_WITHOUT_ACL NEON_TEST |