summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2013-09-20 01:15:34 +0000
committerHanno Böck <hanno@gentoo.org>2013-09-20 01:15:34 +0000
commit358c91a40b77e77947708c1825d7c4b21b2e700b (patch)
tree9ddf18a2d4194dbb37a5a2aeb844dce7c7db2a33 /net-p2p
parentRemove masks for dev-ruby/programming-ruby and net-im/kf. Both were treecleaned. (diff)
downloadgentoo-2-358c91a40b77e77947708c1825d7c4b21b2e700b.tar.gz
gentoo-2-358c91a40b77e77947708c1825d7c4b21b2e700b.tar.bz2
gentoo-2-358c91a40b77e77947708c1825d7c4b21b2e700b.zip
amule: add slot-dep to wxGTK-2.8
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/ChangeLog8
-rw-r--r--net-p2p/amule/amule-2.3.1.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog
index fbbc06d106af..c03758fb653a 100644
--- a/net-p2p/amule/ChangeLog
+++ b/net-p2p/amule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/amule
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.168 2012/12/14 15:41:43 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.169 2013/09/20 01:15:34 hanno Exp $
+
+ 20 Sep 2013; Hanno Boeck <hanno@gentoo.org> amule-2.3.1.ebuild:
+ Add slot to dependency to let amule compile against wxGTK-2.8, fix #462208
+ (amule and wxGTK-2.9 is buggy, see #465084).
14 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
Remove redundant USE=upnp description; it matches the global flag meaning.
diff --git a/net-p2p/amule/amule-2.3.1.ebuild b/net-p2p/amule/amule-2.3.1.ebuild
index b37a0289cbe9..cc805fb9af14 100644
--- a/net-p2p/amule/amule-2.3.1.ebuild
+++ b/net-p2p/amule/amule-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.3.1.ebuild,v 1.9 2012/06/03 16:57:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.3.1.ebuild,v 1.10 2013/09/20 01:15:34 hanno Exp $
EAPI="2"
@@ -25,8 +25,8 @@ DEPEND=">=dev-libs/crypto++-5
upnp? ( >=net-libs/libupnp-1.6.6 )
remote? ( >=media-libs/libpng-1.2.0
unicode? ( >=media-libs/gd-2.0.26 ) )
- X? ( >=x11-libs/wxGTK-2.8.12[X] )
- !X? ( >=x11-libs/wxGTK-2.8.12 )"
+ X? ( >=x11-libs/wxGTK-2.8.12:2.8[X] )
+ !X? ( >=x11-libs/wxGTK-2.8.12:2.8 )"
RDEPEND="${DEPEND}"
pkg_setup() {