summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-19 16:06:24 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-19 16:06:24 +0000
commit12a56d99d5feb5d9234aa20839dbd7213f7f991d (patch)
tree497c641b7b413fe501d7c21e6f73d7152a345321 /www-client
parentWe need pango built with X use-flag bug #216377, fix linguas, bug #218147 (diff)
downloadgentoo-2-12a56d99d5feb5d9234aa20839dbd7213f7f991d.tar.gz
gentoo-2-12a56d99d5feb5d9234aa20839dbd7213f7f991d.tar.bz2
gentoo-2-12a56d99d5feb5d9234aa20839dbd7213f7f991d.zip
We need pango built with X use-flag bug #216377
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/ChangeLog5
-rw-r--r--www-client/seamonkey/seamonkey-1.1.9.ebuild14
2 files changed, 17 insertions, 2 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog
index fa70ad8e5581..7b00c8b3dcb5 100644
--- a/www-client/seamonkey/ChangeLog
+++ b/www-client/seamonkey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.129 2008/03/28 05:02:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.130 2008/04/19 16:06:24 armin76 Exp $
+
+ 19 Apr 2008; Raúl Porcel <armin76@gentoo.org> seamonkey-1.1.9.ebuild:
+ We need pango built with X use-flag bug #216377
28 Mar 2008; Jeroen Roovers <jer@gentoo.org> seamonkey-1.1.9.ebuild:
Stable for HPPA (bug #214816).
diff --git a/www-client/seamonkey/seamonkey-1.1.9.ebuild b/www-client/seamonkey/seamonkey-1.1.9.ebuild
index 7ad129c8b5ac..9a165b1ff5ec 100644
--- a/www-client/seamonkey/seamonkey-1.1.9.ebuild
+++ b/www-client/seamonkey/seamonkey-1.1.9.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/www-client/seamonkey/seamonkey-1.1.9.ebuild,v 1.5 2008/03/28 05:02:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.9.ebuild,v 1.6 2008/04/19 16:06:24 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -41,6 +41,18 @@ export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
pkg_setup() {
+ if ! built_with_use x11-libs/cairo X; then
+ eerror "Cairo is not built with X useflag."
+ eerror "Please add 'X' to your USE flags, and re-emerge cairo."
+ die "Cairo needs X"
+ fi
+
+ if ! built_with_use 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"
+ fi
+
use moznopango && warn_mozilla_launcher_stub
}