diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-12-02 00:36:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-02 20:08:08 +0100 |
commit | 84aab79875aee149ebe9e7d7e4d5111155998f4b (patch) | |
tree | f34f9309c7fba7932e4773b807e9f40df5740172 | |
parent | net-irc/znc: fix googlecode URI, minor fixes (diff) | |
download | gentoo-84aab79875aee149ebe9e7d7e4d5111155998f4b.tar.gz gentoo-84aab79875aee149ebe9e7d7e4d5111155998f4b.tar.bz2 gentoo-84aab79875aee149ebe9e7d7e4d5111155998f4b.zip |
net-irc/znc: add a sub-slot operator for perl and libressl
Package-Manager: portage-2.3.2
-rw-r--r-- | net-irc/znc/znc-1.6.3-r1.ebuild (renamed from net-irc/znc/znc-1.6.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/znc/znc-1.6.3.ebuild b/net-irc/znc/znc-1.6.3-r1.ebuild index d900f545bda5..e4bd9d6cf38d 100644 --- a/net-irc/znc/znc-1.6.3.ebuild +++ b/net-irc/znc/znc-1.6.3-r1.ebuild @@ -28,12 +28,12 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/icu:= sys-libs/zlib - perl? ( >=dev-lang/perl-5.10 ) + perl? ( >=dev-lang/perl-5.10:= ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ssl? ( !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl ) + libressl? ( dev-libs/libressl:0= ) ) tcl? ( dev-lang/tcl:0= ) " |