diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 23:10:51 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 23:10:51 +0000 |
commit | 19bf54770be68555e304ad3cb8897cd192ecb434 (patch) | |
tree | 5977a41fdaf7ecaa29d0623e2d42030b88699111 /eclass/php-ezc.eclass | |
parent | Initial import. Ebuild by me. (diff) | |
download | gentoo-2-19bf54770be68555e304ad3cb8897cd192ecb434.tar.gz gentoo-2-19bf54770be68555e304ad3cb8897cd192ecb434.tar.bz2 gentoo-2-19bf54770be68555e304ad3cb8897cd192ecb434.zip |
Merge category dev-php5 into dev-php (bug #324665)
Diffstat (limited to 'eclass/php-ezc.eclass')
-rw-r--r-- | eclass/php-ezc.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php-ezc.eclass b/eclass/php-ezc.eclass index 6d50a90465a4..eb27114440c3 100644 --- a/eclass/php-ezc.eclass +++ b/eclass/php-ezc.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/php-ezc.eclass,v 1.5 2008/01/13 15:28:38 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ezc.eclass,v 1.6 2011/12/14 23:10:51 mabi Exp $ # @ECLASS: php-ezc.eclass # @MAINTAINER: @@ -37,12 +37,12 @@ DEPEND=">=dev-lang/php-5.1.2 # @ECLASS-VARIABLE: EZC_BASE_MIN # @DESCRIPTION: -# Minimal dev-php5/ezc-Base version required for given eZ component version. +# Minimal dev-php/ezc-Base version required for given eZ component version. # Set in ebuild before inherit. [[ -z "${EZC_BASE_MIN}" ]] && EZC_BASE_MIN="1.0" if [[ "${PN}" != "ezc-Base" ]] ; then - RDEPEND="${DEPEND} >=dev-php5/ezc-Base-${EZC_BASE_MIN}" + RDEPEND="${DEPEND} >=dev-php/ezc-Base-${EZC_BASE_MIN}" else RDEPEND="${DEPEND}" fi |