diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-15 18:42:26 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-15 18:42:53 +0100 |
commit | 7523cf2066eba5503fb2aecd366b790388c65a9b (patch) | |
tree | 2f691c711b2d7c4878bfac49884ba82efc05d960 /net-misc/dhcpcd-ui | |
parent | net-dns/pdnsd: Removed isdn support (diff) | |
download | gentoo-7523cf2066eba5503fb2aecd366b790388c65a9b.tar.gz gentoo-7523cf2066eba5503fb2aecd366b790388c65a9b.tar.bz2 gentoo-7523cf2066eba5503fb2aecd366b790388c65a9b.zip |
net-misc/dhcpcd-ui: Fixed build without qtchooser
Closes: https://bugs.gentoo.org/765547
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild index 6878e53ae1ac..755b2b779ad2 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit systemd xdg +inherit qmake-utils systemd xdg DESCRIPTION="Desktop notification and configuration for dhcpcd" HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" @@ -53,6 +53,7 @@ src_configure() { $(use_with ncurses curses) $(use_with qt5 qt) ) + QMAKE="$(qt5_get_bindir)/qmake" \ econf "${myeconfargs[@]}" } |