Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/, app-eselect/eselect-php/
Date: Tue, 01 Aug 2017 18:27:31
Message-Id: 1501612034.1de18f760e199383f55d8ef3e80017c50f40fe95.grknight@gentoo
1 commit: 1de18f760e199383f55d8ef3e80017c50f40fe95
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 18:27:14 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 18:27:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de18f76
7
8 app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-launcher-r2
9
10 The "set -o errexit" and "set -e" cause $(get_libdir) to fail.
11 Apparently, gentoo-functions does not work properly if this is set.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 .../{eselect-php-0.9.4-r1.ebuild => eselect-php-0.9.4-r2.ebuild} | 0
16 app-eselect/eselect-php/files/php-fpm-launcher-r2 | 2 --
17 2 files changed, 2 deletions(-)
18
19 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
20 similarity index 100%
21 rename from app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild
22 rename to app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
23
24 diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2 b/app-eselect/eselect-php/files/php-fpm-launcher-r2
25 index db07a1352d8..3a6b2720fa6 100644
26 --- a/app-eselect/eselect-php/files/php-fpm-launcher-r2
27 +++ b/app-eselect/eselect-php/files/php-fpm-launcher-r2
28 @@ -1,7 +1,5 @@
29 #!/bin/sh
30
31 -set -o errexit
32 -
33 . /lib/gentoo/functions.sh
34
35 # If there are no arguments, then "shift" will fail (bug 626496).