summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-30 11:45:40 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-30 11:46:12 +1000
commit2e8ccd2dddacc4d018775ca0a0057a52592d0ac5 (patch)
treeb408ba61baefd08b94113898e78f9bcc5b9773fb
parentsys-devel/qconf: use Qt binaries directly (diff)
downloadgentoo-2e8ccd2dddacc4d018775ca0a0057a52592d0ac5.tar.gz
gentoo-2e8ccd2dddacc4d018775ca0a0057a52592d0ac5.tar.bz2
gentoo-2e8ccd2dddacc4d018775ca0a0057a52592d0ac5.zip
sys-devel/qconf: remove redundant die
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-devel/qconf/qconf-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index 2be7da306de6..4989bbe5ad6e 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -27,7 +27,7 @@ src_configure() {
econf \
--qtdir="$(qt5_get_libdir)/qt5" \
--extraconf=QMAKE_STRIP= \
- --verbose || die
+ --verbose
# just to set all the Gentoo toolchain flags
eqmake5