summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-02-24 17:53:14 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-02-24 17:53:14 +0000
commit767bd243d830c559085830360cfa5f4fd59a4afb (patch)
tree92bffc83108657c8b0f564d75ebd2eac57a3955f /net-p2p
parentversion bump (diff)
downloadgentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.tar.gz
gentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.tar.bz2
gentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.zip
add media-libs/gd as a dep if we enable remote
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/ChangeLog5
-rw-r--r--net-p2p/amule/amule-2.1.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog
index ba789b2167a0..0041a1b28040 100644
--- a/net-p2p/amule/ChangeLog
+++ b/net-p2p/amule/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/amule
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.83 2007/02/13 15:11:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.84 2007/02/24 17:53:14 armin76 Exp $
+
+ 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> amule-2.1.3.ebuild:
+ add media-libs/gd as a dep if we enable remote
13 Feb 2007; Raúl Porcel <armin76@gentoo.org> amule-2.1.3.ebuild:
Remove has_hardened conditional, as requested in bug 100974
diff --git a/net-p2p/amule/amule-2.1.3.ebuild b/net-p2p/amule/amule-2.1.3.ebuild
index 501bdd03dbb0..db28333f413d 100644
--- a/net-p2p/amule/amule-2.1.3.ebuild
+++ b/net-p2p/amule/amule-2.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.10 2007/02/13 15:11:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.11 2007/02/24 17:53:14 armin76 Exp $
inherit eutils flag-o-matic wxwidgets
@@ -19,7 +19,8 @@ IUSE="amuled debug gtk nls remote stats unicode"
DEPEND=">=x11-libs/wxGTK-2.6.0
>=sys-libs/zlib-1.2.1
stats? ( >=media-libs/gd-2.0.26 )
- remote? ( >=media-libs/libpng-1.2.0 )"
+ remote? ( >=media-libs/libpng-1.2.0
+ unicode? ( >=media-libs/gd-2.0.26 ) )"
pkg_setup() {
export WX_GTK_VER="2.6"