diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-20 09:40:20 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-20 09:40:20 +0000 |
commit | c7fd9645d13dfa95906491a17ba56daaa0bf30c3 (patch) | |
tree | 655745cf8978cc95aa868155ebe2340709ba7e7f /net-p2p/amule/amule-2.0.3.ebuild | |
parent | Fix Bug #106372, depend of psutils enabled only if userland_GNU.\nEnforced up... (diff) | |
download | gentoo-2-c7fd9645d13dfa95906491a17ba56daaa0bf30c3.tar.gz gentoo-2-c7fd9645d13dfa95906491a17ba56daaa0bf30c3.tar.bz2 gentoo-2-c7fd9645d13dfa95906491a17ba56daaa0bf30c3.zip |
Removing gtk2 flag
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/amule/amule-2.0.3.ebuild')
-rw-r--r-- | net-p2p/amule/amule-2.0.3.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-p2p/amule/amule-2.0.3.ebuild b/net-p2p/amule/amule-2.0.3.ebuild index 413a0bc9f45a..0b7e96b46a49 100644 --- a/net-p2p/amule/amule-2.0.3.ebuild +++ b/net-p2p/amule/amule-2.0.3.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.3.ebuild,v 1.4 2005/09/17 22:26:45 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3.ebuild,v 1.5 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,14 +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() { @@ -52,6 +46,7 @@ src_compile() { --disable-optimize \ --with-wx-config=${WX_CONFIG} \ --with-wxbase-config=${WX_CONFIG} \ + --disable-embedded-crypto \ `use_enable debug` \ `use_enable nls` \ `use_enable remote amulecmd` \ |