summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-27 10:16:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-27 10:16:57 +0200
commit5d34efe6e04c0eb4f83e66657805e4deb3298cb6 (patch)
tree3908281b4aa0820ea087ade986c69151ce8a4271
parentsci-mathematics/4ti2: [QA] Remove eutils (diff)
downloadgentoo-5d34efe6e04c0eb4f83e66657805e4deb3298cb6.tar.gz
gentoo-5d34efe6e04c0eb4f83e66657805e4deb3298cb6.tar.bz2
gentoo-5d34efe6e04c0eb4f83e66657805e4deb3298cb6.zip
net-dns/avahi: Drop USE=qt4 in 0.6.32 hppa special edition
Closes: https://bugs.gentoo.org/525884 Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--net-dns/avahi/avahi-0.6.32.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-dns/avahi/avahi-0.6.32.ebuild b/net-dns/avahi/avahi-0.6.32.ebuild
index 6e42b980484e..218142b2a49d 100644
--- a/net-dns/avahi/avahi-0.6.32.ebuild
+++ b/net-dns/avahi/avahi-0.6.32.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="hppa"
-IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
+IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python selinux test utils"
REQUIRED_USE="
utils? ( || ( gtk gtk3 ) )
@@ -34,7 +34,6 @@ COMMON_DEPEND="
dev-libs/expat
dev-libs/glib:2[${MULTILIB_USEDEP}]
gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
- qt4? ( dev-qt/qtcore:4[${MULTILIB_USEDEP}] )
gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
@@ -177,7 +176,7 @@ multilib_src_configure() {
$(multilib_native_use_enable introspection) \
$(multilib_native_use_enable utils gtk-utils) \
--disable-qt3 \
- $(use_enable qt4) \
+ --disable-qt4 \
$(use_enable gdbm) \
$(systemd_with_unitdir) \
"${myconf[@]}"