diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:36 +0100 |
commit | 76dc33e2b47a8c1128897ce81008125b8aae217f (patch) | |
tree | a246d2d699ad93f671a16b0b2e3471c1304cd9c1 /net-dns | |
parent | net-analyzer/synscan: remove implicit kernel_{Darwin,linux,SunOS} (diff) | |
download | gentoo-76dc33e2b47a8c1128897ce81008125b8aae217f.tar.gz gentoo-76dc33e2b47a8c1128897ce81008125b8aae217f.tar.bz2 gentoo-76dc33e2b47a8c1128897ce81008125b8aae217f.zip |
net-dns/avahi: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.8-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.8-r5.ebuild b/net-dns/avahi/avahi-0.8-r5.ebuild index f2ba57953f04..f36ccc9d8fec 100644 --- a/net-dns/avahi/avahi-0.8-r5.ebuild +++ b/net-dns/avahi/avahi-0.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="autoipd bookmarks +dbus doc gdbm gtk howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt5 selinux systemd test" +IUSE="autoipd bookmarks +dbus doc gdbm gtk howl-compat +introspection ipv6 mdnsresponder-compat mono nls python qt5 selinux systemd test" REQUIRED_USE=" python? ( dbus gdbm ${PYTHON_REQUIRED_USE} ) |