From 15d6db3816a77c279e5a37f2e179b18863510cf2 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sat, 13 Mar 2010 19:12:55 +0000 Subject: Remove crypto++ limitation, bug #299113 (Portage version: 2.1.7.17/cvs/Linux ia64) --- net-p2p/amule/ChangeLog | 7 +++++-- net-p2p/amule/amule-2.2.6.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-p2p/amule') diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 8c8894692023..a8f14e193d1c 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.145 2009/09/18 14:59:45 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.146 2010/03/13 19:12:55 armin76 Exp $ + + 13 Mar 2010; Raúl Porcel amule-2.2.6.ebuild: + Remove crypto++ limitation, bug #299113 *amule-2.2.6 (18 Sep 2009) diff --git a/net-p2p/amule/amule-2.2.6.ebuild b/net-p2p/amule/amule-2.2.6.ebuild index 020356351729..13ea10e4a206 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-2009 Gentoo Foundation +# Copyright 1999-2010 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.1 2009/09/18 14:59:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.2 2010/03/13 19:12:55 armin76 Exp $ EAPI="2" @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="daemon debug geoip gtk nls remote stats unicode upnp" DEPEND="=x11-libs/wxGTK-2.8* - =dev-libs/crypto++-5.5* + >=dev-libs/crypto++-5 >=sys-libs/zlib-1.2.1 stats? ( >=media-libs/gd-2.0.26[jpeg] ) geoip? ( dev-libs/geoip ) -- cgit v1.2.3-65-gdbad