diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-14 23:40:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-14 23:40:29 +0000 |
commit | 8732323ea851761b59866a894ad96874c5639f09 (patch) | |
tree | 974cdf7d33653ce2d519efa838e19826df14197b /eclass | |
parent | Optionalize app-text/ghostscript-gpl with USE="gs" wrt #409467 by Johan Bergs... (diff) | |
download | gentoo-2-8732323ea851761b59866a894ad96874c5639f09.tar.gz gentoo-2-8732323ea851761b59866a894ad96874c5639f09.tar.bz2 gentoo-2-8732323ea851761b59866a894ad96874c5639f09.zip |
Be slightly more polite.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 6658fdc8f0ff..116f7bc637df 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -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/eclass/eutils.eclass,v 1.398 2012/06/14 23:07:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.399 2012/06/14 23:40:29 ssuominen Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -1036,9 +1036,9 @@ _iconins() { # results in: insinto /usr/share/pixmaps # doins foobar.png fuqbar.svg suckbar.png # -# example 2: doicon -s 48 foobar.png fuqbar.png gaybar.png +# example 2: doicon -s 48 foobar.png fuqbar.png blobbar.png # results in: insinto /usr/share/icons/hicolor/48x48/apps -# doins foobar.png fuqbar.png gaybar.png +# doins foobar.png fuqbar.png blobbar.png # @CODE doicon() { _iconins ${FUNCNAME} "$@" |