From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08D01138330 for ; Sun, 27 May 2018 08:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE9B9E08EC; Sun, 27 May 2018 08:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2A10E08EC for ; Sun, 27 May 2018 08:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0746C335C05 for ; Sun, 27 May 2018 08:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5760427A for ; Sun, 27 May 2018 08:17:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527409017.5d34efe6e04c0eb4f83e66657805e4deb3298cb6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.6.32.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d34efe6e04c0eb4f83e66657805e4deb3298cb6 X-VCS-Branch: master Date: Sun, 27 May 2018 08:17:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 283787fa-ed86-41e5-8e16-1cb602efb375 X-Archives-Hash: ee9af5317483a8a375d0a258e9d5134a commit: 5d34efe6e04c0eb4f83e66657805e4deb3298cb6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 27 08:16:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 27 08:16:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d34efe6 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 net-dns/avahi/avahi-0.6.32.ebuild | 5 ++--- 1 file 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 6e42b980484..218142b2a49 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[@]}"