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 D41A6138334 for ; Fri, 4 Oct 2019 16:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C846E086A; Fri, 4 Oct 2019 16:09:08 +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 64743E086A for ; Fri, 4 Oct 2019 16:09:08 +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 175AB34B90B for ; Fri, 4 Oct 2019 16:09:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A22829 for ; Fri, 4 Oct 2019 16:09:04 +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: <1570205337.db2154a63f1da687e996ae6277b07a69c6917048.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/nss-mdns/nss-mdns-9999.ebuild X-VCS-Directories: sys-auth/nss-mdns/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db2154a63f1da687e996ae6277b07a69c6917048 X-VCS-Branch: master Date: Fri, 4 Oct 2019 16:09:04 +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: 7b6a703b-fa48-414d-aa6e-488cffad1bbf X-Archives-Hash: 5a408b65f3fef9aa8c8193cd254275d0 commit: db2154a63f1da687e996ae6277b07a69c6917048 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 4 15:57:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 4 16:08:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2154a6 sys-auth/nss-mdns: Update the live ebuild Signed-off-by: Michał Górny gentoo.org> sys-auth/nss-mdns/nss-mdns-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-auth/nss-mdns/nss-mdns-9999.ebuild b/sys-auth/nss-mdns/nss-mdns-9999.ebuild index ddafab3e345..532c36ea0f6 100644 --- a/sys-auth/nss-mdns/nss-mdns-9999.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://github.com/lathiat/nss-mdns" inherit autotools git-r3 multilib-minimal @@ -10,10 +10,11 @@ DESCRIPTION="Name Service Switch module for Multicast DNS" HOMEPAGE="https://github.com/lathiat/nss-mdns" SRC_URI="" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}