diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-19 02:42:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-19 02:42:48 +0000 |
commit | dbf4daea5460ee6abc2c8ee21f9b2a783457bf3b (patch) | |
tree | d39fd5292ee55578d168d426089bb6f8230c9572 /net-www/mozilla | |
parent | fix trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-dbf4daea5460ee6abc2c8ee21f9b2a783457bf3b.tar.gz gentoo-2-dbf4daea5460ee6abc2c8ee21f9b2a783457bf3b.tar.bz2 gentoo-2-dbf4daea5460ee6abc2c8ee21f9b2a783457bf3b.zip |
Require recent xorg-x11 which provides xrender.pc
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.3-r3.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index e9fe18ab947b..076637b1090e 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.209 2004/11/18 14:04:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.210 2004/11/19 02:42:48 agriffis Exp $ + + 18 Nov 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7.3-r3.ebuild: + Require recent xorg-x11 which provides xrender.pc *mozilla-1.7.3-r3 (18 Nov 2004) diff --git a/net-www/mozilla/mozilla-1.7.3-r3.ebuild b/net-www/mozilla/mozilla-1.7.3-r3.ebuild index 6c8c76092296..280215b63ecc 100644 --- a/net-www/mozilla/mozilla-1.7.3-r3.ebuild +++ b/net-www/mozilla/mozilla-1.7.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.3-r3.ebuild,v 1.1 2004/11/18 14:04:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.3-r3.ebuild,v 1.2 2004/11/19 02:42:48 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit @@ -27,8 +27,13 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" +# xrender.pc appeared for the first time in xorg-x11-6.7.0-r2 +# and is required to build with support for cairo. RDEPEND="java? ( virtual/jre ) - mozsvg? ( x11-libs/cairo ) + mozsvg? ( + >=x11-base/xorg-x11-6.7.0-r2 + x11-libs/cairo + ) crypt? ( !moznomail? ( >=app-crypt/gnupg-1.2.1 ) )" DEPEND="${RDEPEND} |