From cb3def2325417f587c68d8aa5ec4a2b9ae8deed6 Mon Sep 17 00:00:00 2001
From: Dan Goodliffe <dan@randomdan.homeip.net>
Date: Tue, 17 May 2016 21:36:23 +0100
Subject: Add patch for tidying after etc-update preen (bug 583336)

---
 sys-apps/portage/preen-tidy.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 sys-apps/portage/preen-tidy.patch

(limited to 'sys-apps/portage')

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
-- 
cgit v1.2.3