diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-09-29 20:10:26 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-09-29 20:10:26 +0000 |
commit | 48309f408b01e5034753f0b2a1283844fdd96995 (patch) | |
tree | 1c29c988244c671dbfbd8ce27bed18b9b0e9ee34 /media-gfx/gimp/gimp-2.6.12-r5.ebuild | |
parent | x11-themes/light-themes: 0.1.93 (diff) | |
download | gentoo-2-48309f408b01e5034753f0b2a1283844fdd96995.tar.gz gentoo-2-48309f408b01e5034753f0b2a1283844fdd96995.tar.bz2 gentoo-2-48309f408b01e5034753f0b2a1283844fdd96995.zip |
media-gfx/gimp: minor QA (bug #436616)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gimp/gimp-2.6.12-r5.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-2.6.12-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-2.6.12-r5.ebuild b/media-gfx/gimp/gimp-2.6.12-r5.ebuild index 6b9799ca7543..560849b59fe6 100644 --- a/media-gfx/gimp/gimp-2.6.12-r5.ebuild +++ b/media-gfx/gimp/gimp-2.6.12-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.12-r5.ebuild,v 1.7 2012/09/29 16:11:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.12-r5.ebuild,v 1.8 2012/09/29 20:10:26 sping Exp $ EAPI="3" @@ -127,10 +127,10 @@ src_prepare() { } _clean_up_locales() { - elog "Cleaning up locales..." + einfo "Cleaning up locales..." for lang in ${LANGS}; do use "linguas_${lang}" && { - elog "- keeping ${lang}" + einfo "- keeping ${lang}" continue } rm -Rf "${D}"/usr/share/locale/"${lang}" || die |