diff options
author | 2010-01-27 12:06:22 +0000 | |
---|---|---|
committer | 2010-01-27 12:06:22 +0000 | |
commit | 742c686f2cd42cf8e65dad7679cc4d86fbebeb98 (patch) | |
tree | 527534b3dfbcc8a66dafa2d660a0c2911fedf8a5 /eclass/php5_2-sapi.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/php5_2-sapi.eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |