diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-27 20:33:36 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-28 09:45:38 -0500 |
commit | 640b01df4e457bcd2065f2458b26f1fd88ced1d7 (patch) | |
tree | 61fe45c2e2993250e8d56e730e0225976d0f3720 /dev-lang | |
parent | ef0386227889557b516d86fd395417b20aa5c4a1 (diff) | |
download | gentoo-640b01df4e457bcd2065f2458b26f1fd88ced1d7.tar.gz gentoo-640b01df4e457bcd2065f2458b26f1fd88ced1d7.tar.xz |
dev-lang/php: remove "minor" from "minor version slotting" in elogs.
Now that PHP upstream is playing fast and loose with their versioning,
our slotting applies to major versions as well as minor ones. Remove
the word "minor" since it's no longer correct.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-5.6.17-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-7.0.2-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/php/php-5.6.17-r4.ebuild b/dev-lang/php/php-5.6.17-r4.ebuild index 4180cd623ef..184650ea954 100644 --- a/dev-lang/php/php-5.6.17-r4.ebuild +++ b/dev-lang/php/php-5.6.17-r4.ebuild @@ -786,8 +786,8 @@ pkg_postinst() { elog "Both versions of php.ini can be found with the PHP docs in" elog "${EPREFIX}/usr/share/doc/${PF}" elog - elog "For more details on how minor version slotting works," - elog "please see the wiki:" + elog "For more details on how version slotting works, please see" + elog "the wiki:" elog elog " https://wiki.gentoo.org/wiki/PHP" elog diff --git a/dev-lang/php/php-7.0.2-r4.ebuild b/dev-lang/php/php-7.0.2-r4.ebuild index e30254fd950..f5d481896a9 100644 --- a/dev-lang/php/php-7.0.2-r4.ebuild +++ b/dev-lang/php/php-7.0.2-r4.ebuild @@ -778,8 +778,8 @@ pkg_postinst() { elog "Both versions of php.ini can be found with the PHP docs in" elog "${EPREFIX}/usr/share/doc/${PF}" elog - elog "For more details on how minor version slotting works," - elog "please see the wiki:" + elog "For more details on how version slotting works, please see" + elog "the wiki:" elog elog " https://wiki.gentoo.org/wiki/PHP" elog |