Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/
Date: Sun, 27 May 2018 08:17:18
Message-Id: 1527409017.5d34efe6e04c0eb4f83e66657805e4deb3298cb6.asturm@gentoo
1 commit: 5d34efe6e04c0eb4f83e66657805e4deb3298cb6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 08:16:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 08:16:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d34efe6
7
8 net-dns/avahi: Drop USE=qt4 in 0.6.32 hppa special edition
9
10 Closes: https://bugs.gentoo.org/525884
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 net-dns/avahi/avahi-0.6.32.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-dns/avahi/avahi-0.6.32.ebuild b/net-dns/avahi/avahi-0.6.32.ebuild
17 index 6e42b980484..218142b2a49 100644
18 --- a/net-dns/avahi/avahi-0.6.32.ebuild
19 +++ b/net-dns/avahi/avahi-0.6.32.ebuild
20 @@ -19,7 +19,7 @@ S="${WORKDIR}/${P}"
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 KEYWORDS="hppa"
24 -IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
25 +IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python selinux test utils"
26
27 REQUIRED_USE="
28 utils? ( || ( gtk gtk3 ) )
29 @@ -34,7 +34,6 @@ COMMON_DEPEND="
30 dev-libs/expat
31 dev-libs/glib:2[${MULTILIB_USEDEP}]
32 gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
33 - qt4? ( dev-qt/qtcore:4[${MULTILIB_USEDEP}] )
34 gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
35 gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
36 dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
37 @@ -177,7 +176,7 @@ multilib_src_configure() {
38 $(multilib_native_use_enable introspection) \
39 $(multilib_native_use_enable utils gtk-utils) \
40 --disable-qt3 \
41 - $(use_enable qt4) \
42 + --disable-qt4 \
43 $(use_enable gdbm) \
44 $(systemd_with_unitdir) \
45 "${myconf[@]}"