From 032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Jan 2020 19:28:42 +0000 Subject: gentoo resync : 20.01.2020 --- .../automake/files/automake-1.16.1-py3-compile-test.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch (limited to 'sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch') diff --git a/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch b/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch new file mode 100644 index 000000000000..bd5a6759c292 --- /dev/null +++ b/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch @@ -0,0 +1,12 @@ +diff -ruN automake-1.16.1.orig/t/py-compile-basedir.sh automake-1.16.1/t/py-compile-basedir.sh +--- automake-1.16.1.orig/t/py-compile-basedir.sh 2020-01-20 05:07:12.915260159 +0100 ++++ automake-1.16.1/t/py-compile-basedir.sh 2020-01-20 05:07:45.827074984 +0100 +@@ -42,7 +42,7 @@ + py_installed "$d2/$f.pyc" + py_installed "$d2/sub/$f.pyc" + files=$(find "$d2" | grep '\.py[co]$') +- test $(echo "$files" | wc -l) -eq 4 ++ test $(echo "$files" | wc -l) -eq 4 -o $(echo "$files" | wc -l) -eq 6 + case $d2 in + .|..) rm -f $files;; + *) rm -rf "$d2";; -- cgit v1.2.3