diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-04 17:57:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-04 18:08:57 +0200 |
commit | db2154a63f1da687e996ae6277b07a69c6917048 (patch) | |
tree | 39ab1ee95abce1120c9431e2be251330c3b094da | |
parent | sys-auth/nss-mdns: Bump to 0.14.1 (diff) | |
download | gentoo-db2154a63f1da687e996ae6277b07a69c6917048.tar.gz gentoo-db2154a63f1da687e996ae6277b07a69c6917048.tar.bz2 gentoo-db2154a63f1da687e996ae6277b07a69c6917048.zip |
sys-auth/nss-mdns: Update the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-9999.ebuild | 7 |
1 files 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 ddafab3e345e..532c36ea0f69 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} |