summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-19 17:03:46 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-19 17:03:46 +0000
commit3ef21c32fedd1711991587fc23c1c810549f4eb7 (patch)
tree0120b680171911e6830aacf379255067b95ba29f /mail-client/mozilla-thunderbird
parentFix pango check, bug #218438 (diff)
downloadgentoo-2-3ef21c32fedd1711991587fc23c1c810549f4eb7.tar.gz
gentoo-2-3ef21c32fedd1711991587fc23c1c810549f4eb7.tar.bz2
gentoo-2-3ef21c32fedd1711991587fc23c1c810549f4eb7.zip
Fix pango check, bug #218438
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog
index 0f2ca3574526..e6a9456f4835 100644
--- a/mail-client/mozilla-thunderbird/ChangeLog
+++ b/mail-client/mozilla-thunderbird/ChangeLog
@@ -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/ChangeLog,v 1.254 2008/04/19 16:04:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.255 2008/04/19 17:03:46 armin76 Exp $
+
+ 19 Apr 2008; Raúl Porcel <armin76@gentoo.org>
+ mozilla-thunderbird-2.0.0.12.ebuild:
+ Fix pango check, bug #218438
19 Apr 2008; Raúl Porcel <armin76@gentoo.org>
mozilla-thunderbird-2.0.0.12.ebuild:
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild
index e46434b60db6..0f77389a8736 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.12.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/mail-client/mozilla-thunderbird/mozilla-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/mozilla-thunderbird-2.0.0.12.ebuild,v 1.9 2008/04/19 17:03:46 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -88,7 +88,7 @@ pkg_setup(){
die "Cairo needs X"
fi
- 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"