diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-07-04 08:01:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-07-04 08:01:51 +0000 |
commit | 5ea923eb02697b1a054ace665d88b2f3819ceebc (patch) | |
tree | a52a0c29b7c6443d397034a34a15596bc2521309 /eclass/eutils.eclass | |
parent | Update multilib stable mask (diff) | |
download | historical-5ea923eb02697b1a054ace665d88b2f3819ceebc.tar.gz historical-5ea923eb02697b1a054ace665d88b2f3819ceebc.tar.bz2 historical-5ea923eb02697b1a054ace665d88b2f3819ceebc.zip |
Whitespace.
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 5e107aa90361..e62c4d86bcd3 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.434 2014/04/27 19:01:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.435 2014/07/04 08:01:51 ulm Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -951,7 +951,7 @@ make_desktop_entry() { # @FUNCTION: _eutils_eprefix_init # @INTERNAL # @DESCRIPTION: -# Initialized prefix variables for EAPI<3. +# Initialized prefix variables for EAPI<3. _eutils_eprefix_init() { has "${EAPI:-0}" 0 1 2 && : ${ED:=${D}} ${EPREFIX:=} ${EROOT:=${ROOT}} } @@ -1169,7 +1169,7 @@ doicon() { # results in: insinto /usr/share/pixmaps # newins foobar.png NEWNAME.png # -# example 2: newicon -s 48 foobar.png NEWNAME.png +# example 2: newicon -s 48 foobar.png NEWNAME.png # results in: insinto /usr/share/icons/hicolor/48x48/apps # newins foobar.png NEWNAME.png # @CODE @@ -1270,7 +1270,7 @@ preserve_old_lib_notify() { has preserve-libs ${FEATURES} && return 0 _eutils_eprefix_init - + local lib notice=0 for lib in "$@" ; do [[ -e ${EROOT}/${lib} ]] || continue |