diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 12:39:47 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 12:39:47 +0000 |
commit | 9709d02d5455d2244c084c1afc394233715d36cb (patch) | |
tree | 1973a8d1e1530ebbece4da4c5d0e9d1267bb58d5 /dev-php4 | |
parent | Remove non-existent file README.multi-tty from dodoc, fixes bug #190762. (diff) | |
download | gentoo-2-9709d02d5455d2244c084c1afc394233715d36cb.tar.gz gentoo-2-9709d02d5455d2244c084c1afc394233715d36cb.tar.bz2 gentoo-2-9709d02d5455d2244c084c1afc394233715d36cb.zip |
Remove mhash from postinst check
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-http/pecl-http-1.5.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php4/pecl-http/ChangeLog b/dev-php4/pecl-http/ChangeLog index 1579deffd87b..fc43e8686758 100644 --- a/dev-php4/pecl-http/ChangeLog +++ b/dev-php4/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-http # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.5 2007/08/27 11:07:11 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.6 2007/08/30 12:39:47 jokey Exp $ + + 28 Aug 2007; Jakub Moc <jakub@gentoo.org> pecl-http-1.5.4.ebuild: + Remove mhash from postinst check *pecl-http-1.5.4 (27 Aug 2007) diff --git a/dev-php4/pecl-http/pecl-http-1.5.4.ebuild b/dev-php4/pecl-http/pecl-http-1.5.4.ebuild index 4aadb9ab7162..3e4e26e4e62c 100644 --- a/dev-php4/pecl-http/pecl-http-1.5.4.ebuild +++ b/dev-php4/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-php4/pecl-http/pecl-http-1.5.4.ebuild,v 1.1 2007/08/27 11:07:11 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/pecl-http-1.5.4.ebuild,v 1.2 2007/08/30 12:39:47 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} iconv mhash session ; then - elog "${PN} can optionally use iconv, mhash and session features." + if ! built_with_use --missing true =${PHP_PKG} iconv session ; then + elog "${PN} can optionally use iconv and session features." elog "If you want those, recompile ${PHP_PKG} with those flags in USE." fi } |