diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-13 19:12:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-13 19:12:55 +0000 |
commit | 15d6db3816a77c279e5a37f2e179b18863510cf2 (patch) | |
tree | b0c3d12d35980a80a1b0262586d208f275198c01 /net-p2p/amule | |
parent | Fix bug 307893 (diff) | |
download | gentoo-2-15d6db3816a77c279e5a37f2e179b18863510cf2.tar.gz gentoo-2-15d6db3816a77c279e5a37f2e179b18863510cf2.tar.bz2 gentoo-2-15d6db3816a77c279e5a37f2e179b18863510cf2.zip |
Remove crypto++ limitation, bug #299113
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
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 <armin76@gentoo.org> 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 ) |