projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f20e54
)
sys-devel/qconf: use Qt binaries directly
author
Michael Palimaka
<kensington@gentoo.org>
Sat, 30 Sep 2017 01:42:51 +0000
(11:42 +1000)
committer
Michael Palimaka
<kensington@gentoo.org>
Sat, 30 Sep 2017 01:46:12 +0000
(11:46 +1000)
The presence of qtchooser is not guaranteed and cannot be relied upon.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-devel/qconf/qconf-2.3.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/qconf/qconf-2.3.ebuild
b/sys-devel/qconf/qconf-2.3.ebuild
index bc7eec1fe0112b7762cf68c447620ff5019c5cdf..2be7da306de6d6e470ddc04ff512ed17c085d22a 100644
(file)
--- a/
sys-devel/qconf/qconf-2.3.ebuild
+++ b/
sys-devel/qconf/qconf-2.3.ebuild
@@
-25,7
+25,7
@@
DEPEND="${RDEPEND}"
src_configure() {
econf \
- --qt
select="
5" \
+ --qt
dir="$(qt5_get_libdir)/qt
5" \
--extraconf=QMAKE_STRIP= \
--verbose || die