diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-07-26 16:47:11 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-07-26 16:47:11 +0000 |
commit | 7690bac8543ad95cacfa7376eb0d5c69a263e198 (patch) | |
tree | 26d166b5f482608c8440774f66ca06112c8d38e7 /dev-lang | |
parent | Version bump. (diff) | |
download | gentoo-2-7690bac8543ad95cacfa7376eb0d5c69a263e198.tar.gz gentoo-2-7690bac8543ad95cacfa7376eb0d5c69a263e198.tar.bz2 gentoo-2-7690bac8543ad95cacfa7376eb0d5c69a263e198.zip |
Removed some unnecessary warnings
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/pkg_postinst-v2.eblit | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 85c29f3342a7..4362aae4d767 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.497 2011/07/23 10:14:46 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.498 2011/07/26 16:47:11 olemarkus Exp $ + + 26 Jul 2011; <olemarkus@gentoo.org> files/eblits/pkg_postinst-v2.eblit: + Removed some unnecessary warnings *php-5.3.7_rc3 (23 Jul 2011) diff --git a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit index 70bb7e879e3e..408f35ba12d3 100644 --- a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit +++ b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.12 2011/02/18 09:18:38 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.13 2011/07/26 16:47:11 olemarkus Exp $ eblit-php-pkg_postinst() { # Output some general info to the user @@ -28,8 +28,6 @@ eblit-php-pkg_postinst() { fi done - elog "You may have to recompile third-party extensions now" - elog "(includes every dev-php5/pecl-* package and probably others in that category)" elog "Make sure that PHP_TARGETS in /etc/make.conf includes php${SLOT/./-} in order" elog "to compile extensions for the ${SLOT} ABI" elog |