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 AA5B613997D for ; Tue, 12 Nov 2019 07:32:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0BC0E097B; Tue, 12 Nov 2019 07:32:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A4CB7E097B for ; Tue, 12 Nov 2019 07:32:01 +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 47EB034CBD2 for ; Tue, 12 Nov 2019 07:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C167B8AC for ; Tue, 12 Nov 2019 07:31:58 +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: <1573543910.827d9c22c2660ea51052a6f6fc5756c38227ce1e.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-r2.ebuild 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: 827d9c22c2660ea51052a6f6fc5756c38227ce1e X-VCS-Branch: master Date: Tue, 12 Nov 2019 07:31:58 +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: 784767f9-9fb5-477a-abee-7d23d55b8c44 X-Archives-Hash: b0472af02d8d4a1c9e4cb0afaffa3482 commit: 827d9c22c2660ea51052a6f6fc5756c38227ce1e Author: Michał Górny gentoo org> AuthorDate: Tue Nov 12 07:02:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 12 07:31:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827d9c22 net-dns/avahi: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> net-dns/avahi/avahi-0.7-r2.ebuild | 1 + net-dns/avahi/avahi-0.7-r3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild b/net-dns/avahi/avahi-0.7-r2.ebuild index 1161dd0f605..a1d60825088 100644 --- a/net-dns/avahi/avahi-0.7-r2.ebuild +++ b/net-dns/avahi/avahi-0.7-r2.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 test" +RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( dbus gdbm ${PYTHON_REQUIRED_USE} ) diff --git a/net-dns/avahi/avahi-0.7-r3.ebuild b/net-dns/avahi/avahi-0.7-r3.ebuild index e1fb04e942a..2f4f9714c7f 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} )