diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-01-10 14:24:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-01-10 14:24:03 +0000 |
commit | 0b6166554148266d14502db2947cf5eea5f98172 (patch) | |
tree | 37d76638a02292df3a18d39db5a1fda81012c70b /net-p2p/amule | |
parent | net-misc/aria2: Bump to 1.10.9 (diff) | |
download | gentoo-2-0b6166554148266d14502db2947cf5eea5f98172.tar.gz gentoo-2-0b6166554148266d14502db2947cf5eea5f98172.tar.bz2 gentoo-2-0b6166554148266d14502db2947cf5eea5f98172.zip |
Relaxing crypto++ dep as the issues have been fixed
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.2.6.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 2fe65241d362..d85febcfe872 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.155 2011/01/05 10:17:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.156 2011/01/10 14:24:03 patrick Exp $ + + 10 Jan 2011; Patrick Lauer <patrick@gentoo.org> amule-2.2.6.ebuild: + Relaxing crypto++ dep as the issues have been fixed 05 Jan 2011; Patrick Lauer <patrick@gentoo.org> amule-2.2.6.ebuild: Temporary fix - amule segfaults on startup with certain crypto++ versions bug diff --git a/net-p2p/amule/amule-2.2.6.ebuild b/net-p2p/amule/amule-2.2.6.ebuild index 6987e0a73c41..ffd26b7962a2 100644 --- a/net-p2p/amule/amule-2.2.6.ebuild +++ b/net-p2p/amule/amule-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.10 2011/01/05 10:17:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.11 2011/01/10 14:24:03 patrick Exp $ EAPI="2" @@ -21,7 +21,6 @@ IUSE="daemon debug geoip gtk nls remote stats unicode upnp" # crypto++-5.6.1 leads to segfaults #322713 DEPEND="=x11-libs/wxGTK-2.8* >=dev-libs/crypto++-5 - <=dev-libs/crypto++-5.6.1 >=sys-libs/zlib-1.2.1 stats? ( >=media-libs/gd-2.0.26[jpeg] ) geoip? ( dev-libs/geoip ) |