commit:     644a0d851f704317f064a4ad887a35615addf45a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 16:13:48 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 16:19:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644a0d85

dev-libs/glib: fix typo in REPLACED_BY_VERSION

Package-Manager: portage-2.2.26

 dev-libs/glib/glib-2.46.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/glib/glib-2.46.2-r1.ebuild 
b/dev-libs/glib/glib-2.46.2-r1.ebuild
index 5be46ce..31c7cd6 100644
--- a/dev-libs/glib/glib-2.46.2-r1.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r1.ebuild
@@ -308,11 +308,11 @@ pkg_postinst() {
 pkg_postrm() {
        gnome2_pkg_postrm
 
-       if [[ -z ${REPLACED_BY_VERSIONS} ]]; then
-               multilib_pkg_postinst() {
+       if [[ -z ${REPLACED_BY_VERSION} ]]; then
+               multilib_pkg_postrm() {
                        rm -f "${EROOT}"usr/$(get_libdir)/gio/giomodule.cache
                }
-               multilib_foreach_abi multilib_pkg_postinst
+               multilib_foreach_abi multilib_pkg_postrm
                rm -f "${EROOT}"usr/share/glib-2.0/schemas/gschemas.compiled
        fi
 }

Reply via email to