Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
Date: Thu, 11 Apr 2019 15:48:41
Message-Id: 1554997700.99e9a64e61b1efaa604a6375396ce297804264fe.pacho@gentoo
1 commit: 99e9a64e61b1efaa604a6375396ce297804264fe
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 15:26:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 15:48:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9a64e
7
8 net-libs/libiio: Rename USE avahi to zeroconf
9
10 Closes: https://bugs.gentoo.org/671910
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 net-libs/libiio/libiio-0.15-r1.ebuild | 6 +++---
15 net-libs/libiio/libiio-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild b/net-libs/libiio/libiio-0.15-r1.ebuild
19 index 64bf1679f21..3a277614bfb 100644
20 --- a/net-libs/libiio/libiio-0.15-r1.ebuild
21 +++ b/net-libs/libiio/libiio-0.15-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,10 +18,10 @@ fi
29
30 LICENSE="LGPL-2.1"
31 SLOT="0/${PV}"
32 -IUSE="+aio +avahi"
33 +IUSE="+aio +zeroconf"
34
35 RDEPEND="dev-libs/libxml2:=
36 virtual/libusb:1=
37 aio? ( dev-libs/libaio )
38 - avahi? ( net-dns/avahi )"
39 + zeroconf? ( net-dns/avahi )"
40 DEPEND="${RDEPEND}"
41
42 diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
43 index 64bf1679f21..3a277614bfb 100644
44 --- a/net-libs/libiio/libiio-9999.ebuild
45 +++ b/net-libs/libiio/libiio-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -18,10 +18,10 @@ fi
53
54 LICENSE="LGPL-2.1"
55 SLOT="0/${PV}"
56 -IUSE="+aio +avahi"
57 +IUSE="+aio +zeroconf"
58
59 RDEPEND="dev-libs/libxml2:=
60 virtual/libusb:1=
61 aio? ( dev-libs/libaio )
62 - avahi? ( net-dns/avahi )"
63 + zeroconf? ( net-dns/avahi )"
64 DEPEND="${RDEPEND}"