From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JnGTe-00049g-CS for garchives@archives.gentoo.org; Sat, 19 Apr 2008 17:03:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91425E079E; Sat, 19 Apr 2008 17:03:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 49C81E079E for ; Sat, 19 Apr 2008 17:03:49 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EA3E06709B for ; Sat, 19 Apr 2008 17:03:48 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JnGTb-0001x8-DD for gentoo-commits@lists.gentoo.org; Sat, 19 Apr 2008 17:03:47 +0000 From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird: mozilla-thunderbird-2.0.0.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mozilla-thunderbird-2.0.0.12.ebuild ChangeLog X-VCS-Directories: mail-client/mozilla-thunderbird X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Sat, 19 Apr 2008 17:03:47 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a85954fe-8a76-4230-af6a-f0b389338c33 X-Archives-Hash: 8e56cb2e342e9ff3abaf5a177cc9d8f1 armin76 08/04/19 17:03:47 Modified: mozilla-thunderbird-2.0.0.12.ebuild ChangeLog Log: Fix pango check, bug #218438 (Portage version: 2.1.4.4) Revision Changes Path 1.9 mail-client/mozilla-thunderbird/mozilla-thunderbird-= 2.0.0.12.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?rev=3D1.9&content-type=3D= text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild?r1=3D1.8&r2=3D1.9 Index: mozilla-thunderbird-2.0.0.12.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla= -thunderbird-2.0.0.12.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mozilla-thunderbird-2.0.0.12.ebuild 19 Apr 2008 16:04:27 -0000 1.8 +++ mozilla-thunderbird-2.0.0.12.ebuild 19 Apr 2008 17:03:46 -0000 1.9 @@ -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/mail-client/mozilla-thunderbird/mozil= la-thunderbird-2.0.0.12.ebuild,v 1.8 2008/04/19 16:04:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozil= la-thunderbird-2.0.0.12.ebuild,v 1.9 2008/04/19 17:03:46 armin76 Exp $ =20 WANT_AUTOCONF=3D"2.1" =20 @@ -88,7 +88,7 @@ die "Cairo needs X" fi =20 - if ! built_with_use x11-libs/pango X; then + if ! built_with_use --missing true x11-libs/pango X; then eerror "Pango is not built with X useflag." eerror "Please add 'X' to your USE flags, and re-emerge pango." die "Pango needs X" 1.255 mail-client/mozilla-thunderbird/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/ChangeLog?rev=3D1.255&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/ChangeLog?rev=3D1.255&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozill= a-thunderbird/ChangeLog?r1=3D1.254&r2=3D1.255 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeL= og,v retrieving revision 1.254 retrieving revision 1.255 diff -u -r1.254 -r1.255 --- ChangeLog 19 Apr 2008 16:04:27 -0000 1.254 +++ ChangeLog 19 Apr 2008 17:03:46 -0000 1.255 @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/Chang= eLog,v 1.254 2008/04/19 16:04:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/Chang= eLog,v 1.255 2008/04/19 17:03:46 armin76 Exp $ + + 19 Apr 2008; Ra=C3=BAl Porcel + mozilla-thunderbird-2.0.0.12.ebuild: + Fix pango check, bug #218438 =20 19 Apr 2008; Ra=C3=BAl Porcel mozilla-thunderbird-2.0.0.12.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list