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 B72FD13997F for ; Sun, 10 Nov 2019 15:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C15E09B5; Sun, 10 Nov 2019 15:27:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DAAF2E09B5 for ; Sun, 10 Nov 2019 15:27:53 +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 19F5934CB4A for ; Sun, 10 Nov 2019 15:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 212148AB for ; Sun, 10 Nov 2019 15:27:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573399663.ab83cdf4776c20171d93d6e69be9bec3cdc5ea72.mgorny@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.7-r3.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab83cdf4776c20171d93d6e69be9bec3cdc5ea72 X-VCS-Branch: master Date: Sun, 10 Nov 2019 15:27:51 +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: 7790f751-0cc5-4e24-bb4c-77d38e0171e8 X-Archives-Hash: 1651d95aaf1f2d5c91b41e9388c6c0c6 commit: ab83cdf4776c20171d93d6e69be9bec3cdc5ea72 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 10 15:18:27 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 15:27:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab83cdf4 net-dns/avahi: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> net-dns/avahi/avahi-0.7-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-dns/avahi/avahi-0.7-r3.ebuild b/net-dns/avahi/avahi-0.7-r3.ebuild index b92db92a474..14dcdf4ec15 100644 --- a/net-dns/avahi/avahi-0.7-r3.ebuild +++ b/net-dns/avahi/avahi-0.7-r3.ebuild @@ -16,6 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" +RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( dbus gdbm ${PYTHON_REQUIRED_USE} )