commit: 1de18f760e199383f55d8ef3e80017c50f40fe95
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 18:27:14 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 18:27:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de18f76
app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-launcher-r2
The "set -o errexit" and "set -e" cause $(get_libdir) to fail.
Apparently, gentoo-functions does not work properly if this is set.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../{eselect-php-0.9.4-r1.ebuild => eselect-php-0.9.4-r2.ebuild} | 0
app-eselect/eselect-php/files/php-fpm-launcher-r2 | 2 --
2 files changed, 2 deletions(-)
diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild
b/app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
similarity index 100%
rename from app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild
rename to app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2
b/app-eselect/eselect-php/files/php-fpm-launcher-r2
index db07a1352d8..3a6b2720fa6 100644
--- a/app-eselect/eselect-php/files/php-fpm-launcher-r2
+++ b/app-eselect/eselect-php/files/php-fpm-launcher-r2
@@ -1,7 +1,5 @@
#!/bin/sh
-set -o errexit
-
. /lib/gentoo/functions.sh
# If there are no arguments, then "shift" will fail (bug 626496).