diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-27 12:06:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-27 12:06:22 +0000 |
commit | 568936cfc330b48f4f116fcd1c0525bc3ecb7e3c (patch) | |
tree | ba2713f63d8fa408c2227420a4fd10f914036a65 /eclass/mozconfig-3.eclass | |
parent | Initial commit wrt #299083 (committing for maintainer-needed and restoring re... (diff) | |
download | gentoo-2-568936cfc330b48f4f116fcd1c0525bc3ecb7e3c.tar.gz gentoo-2-568936cfc330b48f4f116fcd1c0525bc3ecb7e3c.tar.bz2 gentoo-2-568936cfc330b48f4f116fcd1c0525bc3ecb7e3c.zip |
Update jpeg deps to require at least version 7 to avoid old binary compat ebuild satisfying the depend
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 4bdadb5746af..0aff33b65480 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -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/eclass/mozconfig-3.eclass,v 1.7 2009/02/23 16:36:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.8 2010/01/27 12:06:22 ssuominen Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -11,7 +11,7 @@ IUSE="gnome dbus startup-notification" RDEPEND="x11-libs/libXrender x11-libs/libXt x11-libs/libXmu - >=media-libs/jpeg-6b + >=media-libs/jpeg-7 dev-libs/expat app-arch/zip app-arch/unzip |