diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-07-24 20:44:23 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-07-24 20:44:23 +0000 |
commit | 2a392791787d935352d1306da3ece40d3351975f (patch) | |
tree | 01e972b291fe1a8a827dd136cc8ec2a14e27db50 /dev-lang | |
parent | version bump (bug 153281), thanks to Target <target@targ.dyndns.org> for ebui... (diff) | |
download | gentoo-2-2a392791787d935352d1306da3ece40d3351975f.tar.gz gentoo-2-2a392791787d935352d1306da3ece40d3351975f.tar.bz2 gentoo-2-2a392791787d935352d1306da3ece40d3351975f.zip |
changing explicit depend on c-client back to the virtual, now that a recent enough uw-imap version is in the tree; stable dependencies are still broken in case of uw-imap, as the needed version is not stable
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6-r5.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 0ab4ef144549..578e45d446ab 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.281 2008/07/20 13:40:26 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.282 2008/07/24 20:44:23 hoffie Exp $ + + 24 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6-r2.ebuild, + php-5.2.6-r5.ebuild: + changing explicit depend on c-client back to the virtual, now that a + recent enough uw-imap version is in the tree; stable dependencies are + still broken in case of uw-imap, as the needed version is not stable 20 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6-r5.ebuild: previous commit replaced CXXFLAGS by CFLAGS by accident, thanks to Rafał diff --git a/dev-lang/php/php-5.2.6-r2.ebuild b/dev-lang/php/php-5.2.6-r2.ebuild index e94eb1058fac..552fe83e299b 100644 --- a/dev-lang/php/php-5.2.6-r2.ebuild +++ b/dev-lang/php/php-5.2.6-r2.ebuild @@ -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/dev-lang/php/php-5.2.6-r2.ebuild,v 1.8 2008/07/11 01:39:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v 1.9 2008/07/24 20:44:23 hoffie Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -38,7 +38,7 @@ inherit versionator php5_2-sapi apache-module DESCRIPTION="The PHP language runtime engine: CLI, CGI and Apache2 SAPIs." DEPEND="app-admin/php-toolkit - imap? ( >=net-libs/c-client-2006k )" + imap? ( >=virtual/imap-c-client-2006k )" RDEPEND="${DEPEND}" if [[ -n "${KOLAB_PATCH}" ]] ; then IUSE="${IUSE} kolab" diff --git a/dev-lang/php/php-5.2.6-r5.ebuild b/dev-lang/php/php-5.2.6-r5.ebuild index 67ae785c7a30..d74ca922ec9a 100644 --- a/dev-lang/php/php-5.2.6-r5.ebuild +++ b/dev-lang/php/php-5.2.6-r5.ebuild @@ -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/dev-lang/php/php-5.2.6-r5.ebuild,v 1.4 2008/07/20 13:40:26 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r5.ebuild,v 1.5 2008/07/24 20:44:23 hoffie Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -41,7 +41,7 @@ SRC_URI="http://home.hoffie.info/php-patchset-${PV}-r${PHP_PATCHSET_REV}.tar.bz2 DESCRIPTION="The PHP language runtime engine: CLI, CGI and Apache2 SAPIs." DEPEND="app-admin/php-toolkit - imap? ( >=net-libs/c-client-2006k )" + imap? ( >=virtual/imap-c-client-2006k )" RDEPEND="${DEPEND}" if [[ -n "${KOLAB_PATCH}" ]] ; then IUSE="${IUSE} kolab" |