diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-30 11:45:40 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-30 11:46:12 +1000 |
commit | 2e8ccd2dddacc4d018775ca0a0057a52592d0ac5 (patch) | |
tree | b408ba61baefd08b94113898e78f9bcc5b9773fb /sys-devel | |
parent | sys-devel/qconf: use Qt binaries directly (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/qconf/qconf-2.3.ebuild | 2 |
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 |