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 17F1113835A for ; Thu, 3 Dec 2020 01:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CDFDE084E; Thu, 3 Dec 2020 01:04:54 +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 3526CE084E for ; Thu, 3 Dec 2020 01:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 814733412A4 for ; Thu, 3 Dec 2020 01:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9D1477 for ; Thu, 3 Dec 2020 01:04:49 +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: <1606956357.72d31c789da900c1133712b5f52c085f4bd43a47.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: 72d31c789da900c1133712b5f52c085f4bd43a47 X-VCS-Branch: master Date: Thu, 3 Dec 2020 01:04:49 +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: 40e413c5-7e63-4f74-8942-8e4937830001 X-Archives-Hash: 062534de638bb1f704523d09e173c023 commit: 72d31c789da900c1133712b5f52c085f4bd43a47 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 2 23:06:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 3 00:45:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=72d31c78 net-dns/avahi: Fix PythonMissingRequiredUse, MissingTestRestrict 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 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/net-dns/avahi/avahi-0.6.31-r6.ebuild b/net-dns/avahi/avahi-0.6.31-r6.ebuild index 50670e76..9ed29766 100644 --- a/net-dns/avahi/avahi-0.6.31-r6.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r6.ebuild @@ -5,9 +5,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="gdbm" - WANT_AUTOMAKE=1.11 - 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" @@ -21,12 +19,14 @@ IUSE="autoipd bookmarks dbus doc gdbm gtk howl-compat +introspection ipv6 kernel REQUIRED_USE=" utils? ( gtk ) - python? ( dbus gdbm ) + python? ( ${PYTHON_REQUIRED_USE} dbus gdbm ) mono? ( dbus ) howl-compat? ( dbus ) mdnsresponder-compat? ( dbus ) " +RESTRICT="!test? ( test )" + COMMON_DEPEND=" dev-libs/libdaemon dev-libs/expat @@ -45,15 +45,13 @@ COMMON_DEPEND=" bookmarks? ( dev-python/twisted ) " -DEPEND=" - ${COMMON_DEPEND} +DEPEND="${COMMON_DEPEND} dev-util/intltool >=virtual/pkgconfig-0-r1 doc? ( app-doc/doxygen ) " -RDEPEND=" - ${COMMON_DEPEND} +RDEPEND="${COMMON_DEPEND} howl-compat? ( !net-misc/howl ) mdnsresponder-compat? ( !net-misc/mDNSResponder ) selinux? ( sec-policy/selinux-avahi )