diff options
author | 2015-09-30 22:08:34 +0200 | |
---|---|---|
committer | 2015-09-30 22:16:06 +0200 | |
commit | b929089bc2989d71e6d3d32ceaafaa85ecf32dc6 (patch) | |
tree | 0ce400e652d65093d6d6bdd1a51048f1c2603890 /net-irc/hexchat/hexchat-9999.ebuild | |
parent | net-irc/hexchat: update metadata.xml (diff) | |
download | gentoo-b929089bc2989d71e6d3d32ceaafaa85ecf32dc6.tar.gz gentoo-b929089bc2989d71e6d3d32ceaafaa85ecf32dc6.tar.bz2 gentoo-b929089bc2989d71e6d3d32ceaafaa85ecf32dc6.zip |
net-irc/hexchat: add libressl support
Diffstat (limited to 'net-irc/hexchat/hexchat-9999.ebuild')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 064761a60865..3e1070314a25 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" LICENSE="GPL-2 plugin-fishlim? ( MIT )" SLOT="0" KEYWORDS="" -IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" +IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy libressl nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )" DEPEND="dev-libs/glib:2 @@ -32,7 +32,10 @@ DEPEND="dev-libs/glib:2 python? ( ${PYTHON_DEPS} ) ) spell? ( app-text/iso-codes ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + ) theme-manager? ( dev-lang/mono )" RDEPEND="${DEPEND} spell? ( app-text/enchant )" |