summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-27 12:06:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-27 12:06:22 +0000
commit568936cfc330b48f4f116fcd1c0525bc3ecb7e3c (patch)
treeba2713f63d8fa408c2227420a4fd10f914036a65 /eclass
parentInitial commit wrt #299083 (committing for maintainer-needed and restoring re... (diff)
downloadgentoo-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')
-rw-r--r--eclass/mozconfig-2.eclass4
-rw-r--r--eclass/mozconfig-3.eclass4
-rw-r--r--eclass/php5_2-sapi.eclass4
3 files changed, 6 insertions, 6 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
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
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass
index f256ed5ed4f2..3d68afa38754 100644
--- a/eclass/php5_2-sapi.eclass
+++ b/eclass/php5_2-sapi.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/php5_2-sapi.eclass,v 1.27 2009/11/25 00:03:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.28 2010/01/27 12:06:22 ssuominen Exp $
# ========================================================================
# Based on robbat2's work on the php4 sapi eclass
@@ -51,7 +51,7 @@ DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 )
birdstep? ( >=dev-db/unixODBC-1.8.13 )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
- cjk? ( !gd? ( !gd-external? ( >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib ) ) )
+ cjk? ( !gd? ( !gd-external? ( >=media-libs/jpeg-7 media-libs/libpng sys-libs/zlib ) ) )
crypt? ( >=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
db2? ( >=dev-db/unixODBC-1.8.13 )