diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 17:18:53 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 17:19:21 +0100 |
commit | 63bc5554d318680e0fab1a07b8fd7c2a831bf7b9 (patch) | |
tree | a4faf98c14cff8848cb27a5ae5738393a1ce1770 /x11-libs/gdk-pixbuf | |
parent | x11-libs/gtk+: fix typo in REPLACED_BY_VERSION (diff) | |
download | gentoo-63bc5554d318680e0fab1a07b8fd7c2a831bf7b9.tar.gz gentoo-63bc5554d318680e0fab1a07b8fd7c2a831bf7b9.tar.bz2 gentoo-63bc5554d318680e0fab1a07b8fd7c2a831bf7b9.zip |
x11-libs/gdk-pixbuf: fix typo in REPLACED_BY_VERSION
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild index 228e7e4526a8..49591cae8ab0 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -121,7 +121,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi } diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild index d85aa9b87800..fdec7e69781e 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -112,7 +112,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi } diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild index d85aa9b87800..fdec7e69781e 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -112,7 +112,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi } |