summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-01-02 17:13:48 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-01-02 17:19:13 +0100
commit644a0d851f704317f064a4ad887a35615addf45a (patch)
treedb5c029849043604c9a704041f76817d59a7dcf2 /dev-libs
parentdev-perl/DateTime-TimeZone: Version bump (diff)
downloadgentoo-644a0d851f704317f064a4ad887a35615addf45a.tar.gz
gentoo-644a0d851f704317f064a4ad887a35615addf45a.tar.bz2
gentoo-644a0d851f704317f064a4ad887a35615addf45a.zip
dev-libs/glib: fix typo in REPLACED_BY_VERSION
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/glib-2.46.2-r1.ebuild6
1 files 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 5be46ce232f7..31c7cd6d3928 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
}