diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-25 21:26:07 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-25 21:26:07 +0100 |
commit | 1e1db0448b1dbb39c6353a6d399f374d9358f805 (patch) | |
tree | 853251b8b1830150453f386d0c1ccadf6c33b0a2 /net-irc | |
parent | dev-libs/icu: Version bump (diff) | |
download | gentoo-1e1db0448b1dbb39c6353a6d399f374d9358f805.tar.gz gentoo-1e1db0448b1dbb39c6353a6d399f374d9358f805.tar.bz2 gentoo-1e1db0448b1dbb39c6353a6d399f374d9358f805.zip |
net-irc/znc: Add missing slot op to ICU dependency
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index cfdcfd948184..34e748165a76 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -23,7 +23,7 @@ IUSE="daemon debug ipv6 libressl perl python ssl sasl tcl" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - dev-libs/icu + dev-libs/icu:= sys-libs/zlib perl? ( >=dev-lang/perl-5.10 ) python? ( ${PYTHON_DEPS} ) |