diff options
author | Chris Mayo <aklhfex@gmail.com> | 2017-01-07 16:52:27 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-07 12:56:20 -0500 |
commit | b52a170152ea9284c59e83bf171ac45d2a0d5582 (patch) | |
tree | aafa760804bf2f40d417b5308d43502114b07924 /eclass | |
parent | www-client/chromium: rename gnome USE flag to gconf (diff) | |
download | gentoo-b52a170152ea9284c59e83bf171ac45d2a0d5582.tar.gz gentoo-b52a170152ea9284c59e83bf171ac45d2a0d5582.tar.bz2 gentoo-b52a170152ea9284c59e83bf171ac45d2a0d5582.zip |
eutils.eclass: add 512 icon size to doicon documentation
Closes: https://github.com/gentoo/gentoo/pull/3298
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index aaf195b43c98..d8684676e859 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1062,7 +1062,7 @@ _iconins() { # !!! must specify to install into /usr/share/icons/... !!! # size of the icon, like 48 or 48x48 # supported icon sizes are: -# 16 22 24 32 36 48 64 72 96 128 192 256 scalable +# 16 22 24 32 36 48 64 72 96 128 192 256 512 scalable # -c, --context # defaults to "apps" # -t, --theme |