Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/nsxiv/
Date: Thu, 11 Aug 2022 13:45:19
Message-Id: 1660065892.496f75ae2c81683358cabef3861abe678900391c.andrewammerlaan@gentoo
1 commit: 496f75ae2c81683358cabef3861abe678900391c
2 Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
3 AuthorDate: Tue Aug 9 17:24:52 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 9 17:24:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=496f75ae
7
8 media-gfx/nsxiv-9999: fix ebuild
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
12
13 media-gfx/nsxiv/nsxiv-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-9999.ebuild
17 index 0b27fee7f..cea408441 100644
18 --- a/media-gfx/nsxiv/nsxiv-9999.ebuild
19 +++ b/media-gfx/nsxiv/nsxiv-9999.ebuild
20 @@ -65,7 +65,7 @@ src_install() {
21 EGPREFIX="/usr/share/doc/${P}/examples" \
22 install install-icon
23 dodoc README.md
24 - domenu nsxiv.desktop
25 + domenu etc/nsxiv.desktop
26
27 save_config config.h
28 }