From 4c8128954c306b2b6061ea7f7ad92a64def09341 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Thu, 27 May 2010 12:21:11 +0000 Subject: Fixed build issue with USE="-zephyr krb4", bug 320167, thank Martin Jansa for report. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- net-im/pidgin/ChangeLog | 6 +++++- net-im/pidgin/pidgin-2.7.0-r1.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'net-im') diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index b4a98c8f78d9..da93d584941d 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.164 2010/05/26 20:50:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.165 2010/05/27 12:21:11 pva Exp $ + + 27 May 2010; Peter Volkov pidgin-2.7.0-r1.ebuild: + Fixed build issue with USE="-zephyr krb4", bug 320167, thank Martin Jansa + for report. *pidgin-2.7.0-r1 (26 May 2010) diff --git a/net-im/pidgin/pidgin-2.7.0-r1.ebuild b/net-im/pidgin/pidgin-2.7.0-r1.ebuild index 868f3ccb928e..5bf3137aa9fa 100644 --- a/net-im/pidgin/pidgin-2.7.0-r1.ebuild +++ b/net-im/pidgin/pidgin-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.7.0-r1.ebuild,v 1.1 2010/05/26 20:50:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.7.0-r1.ebuild,v 1.2 2010/05/27 12:21:11 pva Exp $ EAPI=2 @@ -164,7 +164,7 @@ src_configure() { $(use_enable sasl cyrus-sasl ) \ $(use_enable doc doxygen) \ $(use_enable networkmanager nm) \ - $(use_with krb4) \ + $(use zephyr && use_with krb4) \ $(use_enable zeroconf avahi) \ $(use_enable idn) \ "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ -- cgit v1.2.3-65-gdbad