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-2.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-2.eclass')
-rw-r--r-- | eclass/mozconfig-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass index f9620f8e8eac..8834d8288008 100644 --- a/eclass/mozconfig-2.eclass +++ b/eclass/mozconfig-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.20 2009/04/29 09:34:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.21 2010/01/27 12:06:22 ssuominen Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -11,7 +11,7 @@ IUSE="debug gnome ipv6 xinerama" RDEPEND="x11-libs/libXrender x11-libs/libXt x11-libs/libXmu - >=media-libs/jpeg-6b + >=media-libs/jpeg-7 >=media-libs/libpng-1.2.1 dev-libs/expat app-arch/zip |