Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775743 - app-text/zathura-djvu-0.2.9: gnome2_icon_cache_update: command not found
Summary: app-text/zathura-djvu-0.2.9: gnome2_icon_cache_update: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-13 09:45 UTC by David Denoncin
Modified: 2021-03-16 07:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Denoncin 2021-03-13 09:45:38 UTC
This message is displayed when emerging app-text/zathura-djvu-0.2.9:
/var/tmp/portage/app-text/zathura-djvu-0.2.9/temp/environment: line 2120: gnome2_icon_cache_update: command not found

This can be due to the following in gnome2-utils.eclass?
# Deprecated. Please use xdg_icon_cache_update from xdg-utils.eclass
gnome2_icon_cache_update() {
    xdg_icon_cache_update
}
Comment 1 Larry the Git Cow gentoo-dev 2021-03-16 07:06:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ce726dc3b129cb4d77f456fffb03cb27915bd7

commit 70ce726dc3b129cb4d77f456fffb03cb27915bd7
Author:     David Denoncin <ddenoncin@gmail.com>
AuthorDate: 2021-03-16 06:47:59 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-03-16 07:06:21 +0000

    app-text/zathura-djvu: replace deprecated command
    
    Closes: https://bugs.gentoo.org/775743
    
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: David Denoncin <ddenoncin@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/19949
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)