diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-06-29 13:58:21 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-06-29 13:58:21 +0000 |
commit | 63d7724703f1cd23105f146c059ad7de9009a4c1 (patch) | |
tree | 9f52f7bc01355e7b79633da709837bec358fff9b /gnome-base | |
parent | Fixed dependencies and closing bug #138461. (diff) | |
download | gentoo-2-63d7724703f1cd23105f146c059ad7de9009a4c1.tar.gz gentoo-2-63d7724703f1cd23105f146c059ad7de9009a4c1.tar.bz2 gentoo-2-63d7724703f1cd23105f146c059ad7de9009a4c1.zip |
Fix nsplugin mozilla checks thanks to andrei.ivanov in bug #131104
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.12.7.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 2a023293fa86..d49ffb533955 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.102 2006/06/17 05:12:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.103 2006/06/29 13:58:21 dsd Exp $ + + 29 Jun 2006; Daniel Drake <dsd@gentoo.org> librsvg-2.12.7.ebuild: + Fix nsplugin mozilla checks thanks to andrei.ivanov in bug #131104 17 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> librsvg-1.0.3.ebuild: make DESCRIPTION consistent diff --git a/gnome-base/librsvg/librsvg-2.12.7.ebuild b/gnome-base/librsvg/librsvg-2.12.7.ebuild index 94a0d4939a9e..0da011ef4b40 100644 --- a/gnome-base/librsvg/librsvg-2.12.7.ebuild +++ b/gnome-base/librsvg/librsvg-2.12.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.12.7.ebuild,v 1.11 2006/03/15 00:47:04 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.12.7.ebuild,v 1.12 2006/06/29 13:58:21 dsd Exp $ inherit eutils multilib gnome2 @@ -50,8 +50,9 @@ pkg_setup() { if use nsplugin && ( \ ( has_version net-libs/gecko-sdk && \ built_with_use net-libs/gecko-sdk mozsvg ) || \ - ( has_version www-client/mozilla-firefox && \ + ( has_version '<www-client/mozilla-firefox-1.5-r4' && \ built_with_use www-client/mozilla-firefox mozsvg ) || \ + ( has_version '>=www-client/mozilla-firefox-1.5-r4' ) || \ ( has_version www-client/mozilla && \ built_with_use www-client/mozilla mozsvg ) ); then |