diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-13 10:23:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-13 10:23:07 +0000 |
commit | e1339948382e1ced7e0fb74fd81f1dd6c399a158 (patch) | |
tree | 81a58823263be9559c8fc25e0d916f825f9ab58d /net-p2p/amule | |
parent | Version bump wrt #2206073, remove old (diff) | |
download | gentoo-2-e1339948382e1ced7e0fb74fd81f1dd6c399a158.tar.gz gentoo-2-e1339948382e1ced7e0fb74fd81f1dd6c399a158.tar.bz2 gentoo-2-e1339948382e1ced7e0fb74fd81f1dd6c399a158.zip |
Fix depend on crypto++, bug #223163
(Portage version: 2.1.5.5)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/amule-2.2.0_pre20080304.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule/amule-2.2.0_pre20080304.ebuild b/net-p2p/amule/amule-2.2.0_pre20080304.ebuild index b824af0a3367..19f0c95b227e 100644 --- a/net-p2p/amule/amule-2.2.0_pre20080304.ebuild +++ b/net-p2p/amule/amule-2.2.0_pre20080304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080304.ebuild,v 1.6 2008/03/30 23:12:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080304.ebuild,v 1.7 2008/06/13 10:23:07 armin76 Exp $ inherit eutils flag-o-matic wxwidgets autotools @@ -17,7 +17,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++ + >=dev-libs/crypto++-5.5.2 >=sys-libs/zlib-1.2.1 stats? ( >=media-libs/gd-2.0.26 ) geoip? ( dev-libs/geoip ) |