summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-08-27 10:22:30 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-08-27 10:22:30 +0000
commit596b9b2a54f5e6aae94e4a8609baaefacaf49ce5 (patch)
tree420100e798f647d5bfd5c334f771972f64804825 /dev-php5/pecl-http
parentx86 stable wrt #189986 (diff)
downloadgentoo-2-596b9b2a54f5e6aae94e4a8609baaefacaf49ce5.tar.gz
gentoo-2-596b9b2a54f5e6aae94e4a8609baaefacaf49ce5.tar.bz2
gentoo-2-596b9b2a54f5e6aae94e4a8609baaefacaf49ce5.zip
version bump for bug #190381
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-php5/pecl-http')
-rw-r--r--dev-php5/pecl-http/pecl-http-1.5.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php5/pecl-http/pecl-http-1.5.4.ebuild b/dev-php5/pecl-http/pecl-http-1.5.4.ebuild
index 266bf01ee418..325139c08c85 100644
--- a/dev-php5/pecl-http/pecl-http-1.5.4.ebuild
+++ b/dev-php5/pecl-http/pecl-http-1.5.4.ebuild
@@ -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/dev-php5/pecl-http/pecl-http-1.5.4.ebuild,v 1.1 2007/08/27 10:13:12 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.5.4.ebuild,v 1.2 2007/08/27 10:22:30 jokey Exp $
PHP_EXT_NAME="http"
PHP_EXT_PECL_PKG="pecl_http"
@@ -32,8 +32,8 @@ src_compile() {
pkg_postinst() {
has_php
- if ! built_with_use --missing true =${PHP_PKG} spl session hash iconv ; then
- elog "${PN} can optionally use spl, session, hash and iconv features."
+ if ! built_with_use --missing true =${PHP_PKG} iconv mhash session spl ; then
+ elog "${PN} can optionally use iconv, mhash, session and spl features."
elog "If you want those, recompile ${PHP_PKG} with those flags in USE."
fi
}