summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-20 09:40:20 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-20 09:40:20 +0000
commit72821e87a87f535c65f6e5f22306f0f539d4143a (patch)
tree63c5f3586dd225e22a64f085fcbcb4ba5ae4174c /net-p2p/amule/amule-2.0.1.ebuild
parentFix Bug #106372, depend of psutils enabled only if userland_GNU.\nEnforced up... (diff)
downloadhistorical-72821e87a87f535c65f6e5f22306f0f539d4143a.tar.gz
historical-72821e87a87f535c65f6e5f22306f0f539d4143a.tar.bz2
historical-72821e87a87f535c65f6e5f22306f0f539d4143a.zip
Removing gtk2 flag
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p/amule/amule-2.0.1.ebuild')
-rw-r--r--net-p2p/amule/amule-2.0.1.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/net-p2p/amule/amule-2.0.1.ebuild b/net-p2p/amule/amule-2.0.1.ebuild
index 44d6c03cd289..be1e989ce839 100644
--- a/net-p2p/amule/amule-2.0.1.ebuild
+++ b/net-p2p/amule/amule-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.1.ebuild,v 1.5 2005/09/18 11:46:17 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.1.ebuild,v 1.6 2005/09/20 09:40:19 mkay Exp $
inherit eutils flag-o-matic wxwidgets
@@ -14,7 +14,7 @@ SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha"
-IUSE="amuled debug gtk2 nls remote stats unicode"
+IUSE="amuled debug gtk nls remote stats unicode"
DEPEND=">=x11-libs/wxGTK-2.6.0
@@ -27,13 +27,8 @@ DEPEND=">=x11-libs/wxGTK-2.6.0
pkg_setup() {
export WX_GTK_VER="2.6"
- if ! use gtk2; then
- need-wxwidgets gtk
- elif use unicode; then
- need-wxwidgets unicode
- else
- need-wxwidgets gtk2
- fi
+ need-wxwidgets gtk
+ use unicode && need-wxwidgets unicode
}
src_unpack() {