Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
Date: Sat, 30 Sep 2017 01:46:28
Message-Id: 1506735972.2e8ccd2dddacc4d018775ca0a0057a52592d0ac5.kensington@gentoo
1 commit: 2e8ccd2dddacc4d018775ca0a0057a52592d0ac5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 01:45:40 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 01:46:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8ccd2d
7
8 sys-devel/qconf: remove redundant die
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
16 index 2be7da306de..4989bbe5ad6 100644
17 --- a/sys-devel/qconf/qconf-2.3.ebuild
18 +++ b/sys-devel/qconf/qconf-2.3.ebuild
19 @@ -27,7 +27,7 @@ src_configure() {
20 econf \
21 --qtdir="$(qt5_get_libdir)/qt5" \
22 --extraconf=QMAKE_STRIP= \
23 - --verbose || die
24 + --verbose
25
26 # just to set all the Gentoo toolchain flags
27 eqmake5