diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-19 17:37:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-19 17:37:14 +0000 |
commit | da775e7d3039ce46765df2e8ec71123dddb2164d (patch) | |
tree | 647b4383d45f8b908b5d824984639c633363c474 /net-irc/weechat/weechat-0.3.9.2.ebuild | |
parent | Version bump to latest security release, remove older affected. (diff) | |
download | historical-da775e7d3039ce46765df2e8ec71123dddb2164d.tar.gz historical-da775e7d3039ce46765df2e8ec71123dddb2164d.tar.bz2 historical-da775e7d3039ce46765df2e8ec71123dddb2164d.zip |
Depend on gcrypt with irc, it fails to link with ssl disabled otherwise. Fixes bug#441960.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x8EEE3BE8
Diffstat (limited to 'net-irc/weechat/weechat-0.3.9.2.ebuild')
-rw-r--r-- | net-irc/weechat/weechat-0.3.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-0.3.9.2.ebuild b/net-irc/weechat/weechat-0.3.9.2.ebuild index e1a985660d48..0dc5a5d1fda7 100644 --- a/net-irc/weechat/weechat-0.3.9.2.ebuild +++ b/net-irc/weechat/weechat-0.3.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.2.ebuild,v 1.1 2012/11/19 17:33:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.2.ebuild,v 1.2 2012/11/19 17:37:10 scarabeus Exp $ EAPI=4 @@ -33,6 +33,7 @@ RDEPEND=" sys-libs/ncurses charset? ( virtual/libiconv ) guile? ( dev-scheme/guile ) + irc? ( dev-libs/libgcrypt ) lua? ( dev-lang/lua[deprecated] ) perl? ( dev-lang/perl ) ruby? ( >=dev-lang/ruby-1.9 ) |