summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2011-01-05 10:17:33 +0000
committerPatrick Lauer <patrick@gentoo.org>2011-01-05 10:17:33 +0000
commit38a5a4ff27f9e519b5e833db1fe4219fa4272804 (patch)
tree129060ce4d7b9f8c5ec30a81de35982570c53a6b /net-p2p
parentVersion bump (bug #350517). Stable latest. Drop older. (diff)
downloadgentoo-2-38a5a4ff27f9e519b5e833db1fe4219fa4272804.tar.gz
gentoo-2-38a5a4ff27f9e519b5e833db1fe4219fa4272804.tar.bz2
gentoo-2-38a5a4ff27f9e519b5e833db1fe4219fa4272804.zip
Temporary fix - amule segfaults on startup with certain crypto++ versions bug #322713
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/ChangeLog8
-rw-r--r--net-p2p/amule/amule-2.2.6.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog
index b463321ee9c4..2fe65241d362 100644
--- a/net-p2p/amule/ChangeLog
+++ b/net-p2p/amule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/amule
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.154 2010/10/03 06:37:58 arfrever Exp $
+# 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 $
+
+ 05 Jan 2011; Patrick Lauer <patrick@gentoo.org> amule-2.2.6.ebuild:
+ Temporary fix - amule segfaults on startup with certain crypto++ versions bug
+ #322713
03 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-amule-2.2.5.ebuild:
diff --git a/net-p2p/amule/amule-2.2.6.ebuild b/net-p2p/amule/amule-2.2.6.ebuild
index 488bf8e3a7f7..6987e0a73c41 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-2010 Gentoo Foundation
+# 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.9 2010/05/18 12:48:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.10 2011/01/05 10:17:33 patrick Exp $
EAPI="2"
@@ -18,8 +18,10 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86"
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 )