diff options
author | 2016-03-02 14:00:48 +0100 | |
---|---|---|
committer | 2016-03-02 14:01:36 +0100 | |
commit | bac4d6e0819038d116bd8c69d4f6d8092e687363 (patch) | |
tree | f59ff98830ac2d641bdf0567479f6c439dcced7a /net-im/prosody/prosody-0.9.10.ebuild | |
parent | dev-util/shellcheck: version bump (diff) | |
download | gentoo-bac4d6e0819038d116bd8c69d4f6d8092e687363.tar.gz gentoo-bac4d6e0819038d116bd8c69d4f6d8092e687363.tar.bz2 gentoo-bac4d6e0819038d116bd8c69d4f6d8092e687363.zip |
Add libressl support to many packages
Package maintainers will likely want to cleanup various things for this
experimental USE flag.
Diffstat (limited to 'net-im/prosody/prosody-0.9.10.ebuild')
-rw-r--r-- | net-im/prosody/prosody-0.9.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/prosody-0.9.10.ebuild b/net-im/prosody/prosody-0.9.10.ebuild index 91ab49e35ef6..962870a6b5e8 100644 --- a/net-im/prosody/prosody-0.9.10.ebuild +++ b/net-im/prosody/prosody-0.9.10.ebuild @@ -15,13 +15,13 @@ SRC_URI="http://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit" +IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit libressl" DEPEND="net-im/jabber-base !jit? ( >=dev-lang/lua-5.1:0 ) jit? ( dev-lang/luajit:2 ) >=net-dns/libidn-1.1 - dev-libs/openssl:0" + !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= )" RDEPEND="${DEPEND} >=dev-lua/luaexpat-1.3.0 dev-lua/luafilesystem |