Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Sat, 02 Jan 2016 16:19:33
Message-Id: 1451751553.644a0d851f704317f064a4ad887a35615addf45a.eva@gentoo
1 commit: 644a0d851f704317f064a4ad887a35615addf45a
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 16:13:48 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 16:19:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644a0d85
7
8 dev-libs/glib: fix typo in REPLACED_BY_VERSION
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/glib/glib-2.46.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/glib/glib-2.46.2-r1.ebuild b/dev-libs/glib/glib-2.46.2-r1.ebuild
16 index 5be46ce..31c7cd6 100644
17 --- a/dev-libs/glib/glib-2.46.2-r1.ebuild
18 +++ b/dev-libs/glib/glib-2.46.2-r1.ebuild
19 @@ -308,11 +308,11 @@ pkg_postinst() {
20 pkg_postrm() {
21 gnome2_pkg_postrm
22
23 - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then
24 - multilib_pkg_postinst() {
25 + if [[ -z ${REPLACED_BY_VERSION} ]]; then
26 + multilib_pkg_postrm() {
27 rm -f "${EROOT}"usr/$(get_libdir)/gio/giomodule.cache
28 }
29 - multilib_foreach_abi multilib_pkg_postinst
30 + multilib_foreach_abi multilib_pkg_postrm
31 rm -f "${EROOT}"usr/share/glib-2.0/schemas/gschemas.compiled
32 fi
33 }