diff options
author | Alexey Sokolov <sokolov@google.com> | 2016-12-24 12:01:56 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-12-27 00:34:58 +0100 |
commit | 66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76 (patch) | |
tree | 2686ee2785c1ab4230a17500a5448669e81aa2db /net-irc/znc | |
parent | app-arch/unshield: new version 1.4 fixing CVE-2015-1386. (diff) | |
download | gentoo-66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76.tar.gz gentoo-66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76.tar.bz2 gentoo-66f6d5b7e5f9e7d2e98bcf45dc07e9e6f730ae76.zip |
net-irc/znc: Set defaults for several USE-flags to enabled
Closes https://github.com/gentoo/gentoo/pull/3232
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/znc-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/znc/znc-1.6.4.ebuild b/net-irc/znc/znc-1.6.4.ebuild index f8a3449fa206..f7530b740a07 100644 --- a/net-irc/znc/znc-1.6.4.ebuild +++ b/net-irc/znc/znc-1.6.4.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~arm ~x86" HOMEPAGE="http://znc.in" LICENSE="Apache-2.0" SLOT="0" -IUSE="daemon debug ipv6 icu libressl perl python ssl sasl tcl test zlib" +IUSE="daemon debug +ipv6 +icu libressl perl python +ssl sasl tcl test +zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |