diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 19:53:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 19:53:30 +0000 |
commit | 19a6f95db6b1d75a53f42094510e7bdb1f2d7334 (patch) | |
tree | 1b8b950282999118dbbb80412cc998afd6d5d2c0 /eclass/mozconfig-2.eclass | |
parent | Version bump, bug 326727 (diff) | |
download | historical-19a6f95db6b1d75a53f42094510e7bdb1f2d7334.tar.gz historical-19a6f95db6b1d75a53f42094510e7bdb1f2d7334.tar.bz2 historical-19a6f95db6b1d75a53f42094510e7bdb1f2d7334.zip |
Use virtual/jpeg.
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 8834d8288008..fd37727de396 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.21 2010/01/27 12:06:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.22 2010/07/23 19:53:30 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-7 + virtual/jpeg >=media-libs/libpng-1.2.1 dev-libs/expat app-arch/zip |