diff options
author | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:48 +0200 |
commit | 7d942c00c056d0e43fe7963a2bd270f7287e92e1 (patch) | |
tree | c1fcf98d9e00b43dac81dcbcff044810fea21694 /dev-libs/libxdiff/files | |
parent | dev-libs/libx86: update EAPI 6 -> 8 (diff) | |
download | gentoo-7d942c00c056d0e43fe7963a2bd270f7287e92e1.tar.gz gentoo-7d942c00c056d0e43fe7963a2bd270f7287e92e1.tar.bz2 gentoo-7d942c00c056d0e43fe7963a2bd270f7287e92e1.zip |
dev-libs/libxdiff: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libxdiff/files')
-rw-r--r-- | dev-libs/libxdiff/files/libxdiff-0.23-tests.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-libs/libxdiff/files/libxdiff-0.23-tests.patch b/dev-libs/libxdiff/files/libxdiff-0.23-tests.patch new file mode 100644 index 000000000000..72d2e167427a --- /dev/null +++ b/dev-libs/libxdiff/files/libxdiff-0.23-tests.patch @@ -0,0 +1,9 @@ +Tests are hopelessly broken + +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,3 +1,3 @@ + +-SUBDIRS = . xdiff test tools man ++SUBDIRS = . xdiff tools man + |