From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0273C1384B4 for ; Sat, 2 Jan 2016 16:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771F4E0854; Sat, 2 Jan 2016 16:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05CE3E0855 for ; Sat, 2 Jan 2016 16:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 337B83403C1 for ; Sat, 2 Jan 2016 16:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850A2C89 for ; Sat, 2 Jan 2016 16:19:26 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451751553.644a0d851f704317f064a4ad887a35615addf45a.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.46.2-r1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 644a0d851f704317f064a4ad887a35615addf45a X-VCS-Branch: master Date: Sat, 2 Jan 2016 16:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a549ae7-971a-48cd-9c7f-6a0a1737efc4 X-Archives-Hash: ee2cc23ccdbd7118669258b14db83336 commit: 644a0d851f704317f064a4ad887a35615addf45a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Jan 2 16:13:48 2016 +0000 Commit: Gilles Dartiguelongue gentoo 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 }