summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2016-05-24 21:05:23 -0700
committerPatrick McLean <chutzpah@gentoo.org>2016-05-24 21:05:23 -0700
commit5a9df6a22b2fed43184421965c86a2c207841ae4 (patch)
tree43b64445c4920aaeb782057bddcc1e20da61b4d0 /app-emulation
parentdev-libs/jerasure: install more headers (needed by ceph) (diff)
downloadgentoo-5a9df6a22b2fed43184421965c86a2c207841ae4.tar.gz
gentoo-5a9df6a22b2fed43184421965c86a2c207841ae4.tar.bz2
gentoo-5a9df6a22b2fed43184421965c86a2c207841ae4.zip
app-emulation/ganeti: Add patch to not invert the check-man-warnings return code
Gentoo-Bug: 579550 Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ganeti/files/ganeti-2.15-dont-invert-return-values-for-man-warnings.patch10
-rw-r--r--app-emulation/ganeti/ganeti-2.15.2-r4.ebuild1
2 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/ganeti/files/ganeti-2.15-dont-invert-return-values-for-man-warnings.patch b/app-emulation/ganeti/files/ganeti-2.15-dont-invert-return-values-for-man-warnings.patch
new file mode 100644
index 000000000000..37a687530873
--- /dev/null
+++ b/app-emulation/ganeti/files/ganeti-2.15-dont-invert-return-values-for-man-warnings.patch
@@ -0,0 +1,10 @@
+--- a/autotools/check-man-warnings 2015-12-03 19:50:34.000000000 +0000
++++ b/autotools/check-man-warnings 2016-05-22 11:19:31.678635696 +0000
+@@ -35,6 +35,6 @@
+ loc="en_US.UTF-8"
+ fi
+
+-! LANG="$loc" LC_ALL="$loc" MANWIDTH=80 \
++LANG="$loc" LC_ALL="$loc" MANWIDTH=80 \
+ man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
+ grep -v -e "cannot adjust line" -e "can't break line" | \
diff --git a/app-emulation/ganeti/ganeti-2.15.2-r4.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r4.ebuild
index c5dac053a801..704f938e590b 100644
--- a/app-emulation/ganeti/ganeti-2.15.2-r4.ebuild
+++ b/app-emulation/ganeti/ganeti-2.15.2-r4.ebuild
@@ -173,6 +173,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.15.2-remove-sandbox-failing-tests.patch"
"${FILESDIR}/${PN}-2.15-noded-must-run-as-root.patch"
"${FILESDIR}/${PN}-2.15-kvmd-run-as-daemon-user.patch"
+ "${FILESDIR}/${PN}-2.15-dont-invert-return-values-for-man-warnings.patch"
)
S="${WORKDIR}/${MY_P}"