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 | 742c686f2cd42cf8e65dad7679cc4d86fbebeb98 (patch) | |
tree | 527534b3dfbcc8a66dafa2d660a0c2911fedf8a5 /eclass/mozconfig-3.eclass | |
parent | Initial commit wrt #299083 (committing for maintainer-needed and restoring re... (diff) | |
download | historical-742c686f2cd42cf8e65dad7679cc4d86fbebeb98.tar.gz historical-742c686f2cd42cf8e65dad7679cc4d86fbebeb98.tar.bz2 historical-742c686f2cd42cf8e65dad7679cc4d86fbebeb98.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 |