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 781DD13835A for ; Mon, 30 Nov 2020 02:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C19E082F; Mon, 30 Nov 2020 02:19:29 +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 68B3AE082F for ; Mon, 30 Nov 2020 02:19:29 +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 05F75341528 for ; Mon, 30 Nov 2020 02:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A8BE473 for ; Mon, 30 Nov 2020 02:19:26 +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: <1606698939.6df2809d20d071623c273840b8391522d20e2bea.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-dns/avahi/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: net-dns/avahi/avahi-0.6.31-r6.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6df2809d20d071623c273840b8391522d20e2bea X-VCS-Branch: master Date: Mon, 30 Nov 2020 02:19:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11f4b34c-b241-469d-83b4-120bb5b0b5e1 X-Archives-Hash: 4d46a74e301fafabc1873cd753dec8e0 commit: 6df2809d20d071623c273840b8391522d20e2bea Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 30 01:15:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 30 01:15:39 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6df2809d net-dns/avahi: Drop IUSE=qt3 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> net-dns/avahi/avahi-0.6.31-r6.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-dns/avahi/avahi-0.6.31-r6.ebuild b/net-dns/avahi/avahi-0.6.31-r6.ebuild index b140ed6d..092c3e2c 100644 --- a/net-dns/avahi/avahi-0.6.31-r6.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r6.ebuild @@ -8,8 +8,7 @@ PYTHON_REQ_USE="gdbm" WANT_AUTOMAKE=1.11 -inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env \ - python-r1 systemd user +inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env python-r1 systemd user DESCRIPTION="System which facilitates service discovery on a local network" HOMEPAGE="http://avahi.org/" @@ -18,7 +17,7 @@ SRC_URI="http://avahi.org/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa m68k ~mips ~ppc ~ppc64 s390 ~sparc x86 ~x86-linux" -IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt3 qt4 selinux test utils" +IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils" REQUIRED_USE=" utils? ( gtk ) @@ -33,7 +32,6 @@ COMMON_DEPEND=" dev-libs/expat >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] ) - qt3? ( dev-qt/qt-meta:3 ) qt4? ( dev-qt/qtcore:4 ) gtk? ( x11-libs/gtk+:3 ) dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] ) @@ -186,7 +184,7 @@ multilib_src_configure() { $(use_enable nls) \ $(multilib_native_use_enable introspection) \ $(multilib_native_use_enable utils gtk-utils) \ - $(multilib_native_use_enable qt3) \ + --disable-qt3 \ $(multilib_native_use_enable qt4) \ $(use_enable gdbm) \ $(systemd_with_unitdir) \