diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/preen-tidy.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/portage/preen-tidy.patch b/sys-apps/portage/preen-tidy.patch new file mode 100644 index 0000000..af65ee8 --- /dev/null +++ b/sys-apps/portage/preen-tidy.patch @@ -0,0 +1,11 @@ +--- bin/etc-update 2015-10-07 22:49:58.000000000 +0100 ++++ bin/etc-update 2016-05-17 21:21:38.385678754 +0100 +@@ -842,7 +842,7 @@ + + scan + +-${PREEN} && exit 0 ++${PREEN} && die "Preen success" 0 + + until (( input == -1 )); do + if (( count == 0 )); then |