Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Mon, 26 Dec 2016 23:35:10
Message-Id: 1482795298.66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76.whissi@gentoo
1 commit: 66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Sat Dec 24 12:01:56 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 23:34:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f6d5b7
7
8 net-irc/znc: Set defaults for several USE-flags to enabled
9
10 Closes https://github.com/gentoo/gentoo/pull/3232
11
12 net-irc/znc/znc-1.6.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-irc/znc/znc-1.6.4.ebuild b/net-irc/znc/znc-1.6.4.ebuild
16 index f8a3449..f7530b7 100644
17 --- a/net-irc/znc/znc-1.6.4.ebuild
18 +++ b/net-irc/znc/znc-1.6.4.ebuild
19 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~arm ~x86"
20 HOMEPAGE="http://znc.in"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -IUSE="daemon debug ipv6 icu libressl perl python ssl sasl tcl test zlib"
24 +IUSE="daemon debug +ipv6 +icu libressl perl python +ssl sasl tcl test +zlib"
25
26 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"