diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-27 23:48:54 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-27 23:50:48 -0600 |
commit | e0fa54e46a4bc9e7dca76ee7613fdf40adbc5064 (patch) | |
tree | 89b3239545b2ecd77f1eb839c8d9d4a4351525c3 /app-admin/lnav/files | |
parent | net-wireless/blueman: Bump to 2.1alpha3 (diff) | |
download | gentoo-e0fa54e46a4bc9e7dca76ee7613fdf40adbc5064.tar.gz gentoo-e0fa54e46a4bc9e7dca76ee7613fdf40adbc5064.tar.bz2 gentoo-e0fa54e46a4bc9e7dca76ee7613fdf40adbc5064.zip |
app-admin/lnav: version bump to 0.8.4
Closes: https://bugs.gentoo.org/664946
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-admin/lnav/files')
-rw-r--r-- | app-admin/lnav/files/lnav-0.8.4-disable-tests.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/lnav/files/lnav-0.8.4-disable-tests.patch b/app-admin/lnav/files/lnav-0.8.4-disable-tests.patch new file mode 100644 index 000000000000..6b431c33b133 --- /dev/null +++ b/app-admin/lnav/files/lnav-0.8.4-disable-tests.patch @@ -0,0 +1,18 @@ +--- lnav-0.8.4/test/Makefile.am ++++ lnav-0.8.4/test/Makefile.am +@@ -373,7 +373,6 @@ + test_concise \ + test_line_buffer2 \ + test_line_buffer.sh \ +- test_listview.sh \ + test_meta.sh \ + test_grep_proc.sh \ + test_grep_proc2 \ +@@ -381,7 +380,6 @@ + test_json_op.sh \ + test_json_ptr_walk.sh \ + test_log_accel \ +- test_logfile.sh \ + test_pcrepp \ + test_reltime \ + test_scripts.sh \ |