diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-13 19:37:35 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-13 19:37:35 +0000 |
commit | 2820c8cba31a78340851daaddc7c310c7879bc45 (patch) | |
tree | 9cde42748f6ea078683477862c41b342c5cfedc4 /net-irc | |
parent | Fix tests accessing wrong homedir, bug#469388 (diff) | |
download | gentoo-2-2820c8cba31a78340851daaddc7c310c7879bc45.tar.gz gentoo-2-2820c8cba31a78340851daaddc7c310c7879bc45.tar.bz2 gentoo-2-2820c8cba31a78340851daaddc7c310c7879bc45.zip |
fix deps wrt #469656 thanks to Peter Wilmott
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index c52e3f1e6d63..7c5e34e02cb6 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.49 2013/05/11 11:13:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.50 2013/05/13 19:37:35 hasufell Exp $ + + 13 May 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.5.ebuild: + fix deps wrt #469656 thanks to Peter Wilmott 11 May 2013; Agostino Sarubbo <ago@gentoo.org> hexchat-2.9.5.ebuild: Stable for sparc, wrt bug #465006 diff --git a/net-irc/hexchat/hexchat-2.9.5.ebuild b/net-irc/hexchat/hexchat-2.9.5.ebuild index 0acef9832314..f4bbb9a6cd5c 100644 --- a/net-irc/hexchat/hexchat-2.9.5.ebuild +++ b/net-irc/hexchat/hexchat-2.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.11 2013/05/11 11:13:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.12 2013/05/13 19:37:35 hasufell Exp $ EAPI=5 @@ -31,7 +31,10 @@ RDEPEND="dev-libs/glib:2 perl? ( >=dev-lang/perl-5.8.0 ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( ${PYTHON_DEPS} ) - spell? ( dev-libs/libxml2 ) + spell? ( + app-text/enchant + dev-libs/libxml2 + ) ssl? ( >=dev-libs/openssl-0.9.8u ) theme-manager? ( dev-lang/mono )" DEPEND="${RDEPEND} |