diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-11 17:26:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-11 17:48:20 +0200 |
commit | 99e9a64e61b1efaa604a6375396ce297804264fe (patch) | |
tree | 9f61bd0579e02fdff963cea5e374d2c3972e7fe9 /net-libs | |
parent | www-client/w3mmee: Disable support for dead imlib-1 (diff) | |
download | gentoo-99e9a64e61b1efaa604a6375396ce297804264fe.tar.gz gentoo-99e9a64e61b1efaa604a6375396ce297804264fe.tar.bz2 gentoo-99e9a64e61b1efaa604a6375396ce297804264fe.zip |
net-libs/libiio: Rename USE avahi to zeroconf
Closes: https://bugs.gentoo.org/671910
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libiio/libiio-0.15-r1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libiio/libiio-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild b/net-libs/libiio/libiio-0.15-r1.ebuild index 64bf1679f217..3a277614bfbe 100644 --- a/net-libs/libiio/libiio-0.15-r1.ebuild +++ b/net-libs/libiio/libiio-0.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,10 @@ fi LICENSE="LGPL-2.1" SLOT="0/${PV}" -IUSE="+aio +avahi" +IUSE="+aio +zeroconf" RDEPEND="dev-libs/libxml2:= virtual/libusb:1= aio? ( dev-libs/libaio ) - avahi? ( net-dns/avahi )" + zeroconf? ( net-dns/avahi )" DEPEND="${RDEPEND}" diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild index 64bf1679f217..3a277614bfbe 100644 --- a/net-libs/libiio/libiio-9999.ebuild +++ b/net-libs/libiio/libiio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,10 @@ fi LICENSE="LGPL-2.1" SLOT="0/${PV}" -IUSE="+aio +avahi" +IUSE="+aio +zeroconf" RDEPEND="dev-libs/libxml2:= virtual/libusb:1= aio? ( dev-libs/libaio ) - avahi? ( net-dns/avahi )" + zeroconf? ( net-dns/avahi )" DEPEND="${RDEPEND}" |