commit: 71d19c05b96c4e2235ea612c1d6544f261f61c53
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 13:22:31 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 13:22:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d19c05
dev-php/pecl-apcu: Fix false positives on an elog " into ${EPREFIX}"
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild | 2 +-
dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
index 907e9265b6b..675490a1e85 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
@@ -71,7 +71,7 @@ src_install() {
pkg_postinst() {
if use php_targets_php7-0 || use php_targets_php7-1 || use
php_targets_php7-2 || use php_targets_php7-3 ; then
elog "The apc.php file shipped with this release of pecl-apcu
was"
- elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
+ elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
elog
elog "If you depend on the apc_* functions,"
elog "please install dev-php/pecl-apcu_bc as this extension no
longer"
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
index 7da2fb1c712..39a64219bf7 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
@@ -71,7 +71,7 @@ src_install() {
pkg_postinst() {
if use php_targets_php7-0 || use php_targets_php7-1 || use
php_targets_php7-2 || use php_targets_php7-3 ; then
elog "The apc.php file shipped with this release of pecl-apcu
was"
- elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
+ elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
elog
elog "If you depend on the apc_* functions,"
elog "please install dev-php/pecl-apcu_bc as this extension no
longer"