diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-23 04:55:36 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-23 04:55:36 +0000 |
commit | ce6d9ff9645e3c31f217005a93007277db0ebc28 (patch) | |
tree | 015db723f85cf9c27d1f78dffb4d6bda024c7557 /net-p2p | |
parent | sys-apps/coreutils-6.10-r1 and higher now provides /bin/mktemp (diff) | |
download | gentoo-2-ce6d9ff9645e3c31f217005a93007277db0ebc28.tar.gz gentoo-2-ce6d9ff9645e3c31f217005a93007277db0ebc28.tar.bz2 gentoo-2-ce6d9ff9645e3c31f217005a93007277db0ebc28.zip |
disable wx-config as per moloh's suggestion
(Portage version: 2.1.4)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-1.0.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 079908e83224..d41dcbe21523 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.48 2008/01/22 04:25:46 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.49 2008/01/23 04:55:36 compnerd Exp $ + + 23 Jan 2008; Saleem Abdulrasool <compnerd@gentoo.org> + transmission-1.0.1.ebuild: + disable calls to wx-config as suggested by Michal Kurgan <moloh@gentoo.org> + (bug #204762) *transmission-1.0.1 (22 Jan 2008) diff --git a/net-p2p/transmission/transmission-1.0.1.ebuild b/net-p2p/transmission/transmission-1.0.1.ebuild index 8d2a1aa86eb0..3dc9aa998517 100644 --- a/net-p2p/transmission/transmission-1.0.1.ebuild +++ b/net-p2p/transmission/transmission-1.0.1.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/transmission/transmission-1.0.1.ebuild,v 1.1 2008/01/22 04:25:46 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.0.1.ebuild,v 1.2 2008/01/23 04:55:36 compnerd Exp $ MY_PV="1.01" @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}-${MY_PV}" src_compile() { - econf $(use_with gtk) || die "configure failed" + econf $(use_with gtk) --with-wx-config=no || die "configure failed" emake || die "build failed" } |