Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
Date: Thu, 03 Sep 2020 10:09:06
Message-Id: 1599127702.cec655c4e388c8384070f09444ab11346f8c2be6.juippis@gentoo
1 commit: cec655c4e388c8384070f09444ab11346f8c2be6
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Sep 2 16:30:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 10:08:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec655c4
7
8 media-gfx/ephoto: update desktop mimeinfo cache
9
10 Closes: https://bugs.gentoo.org/740014
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 media-gfx/ephoto/ephoto-1.5.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
19 index 4279e7ce070..766bca265ca 100644
20 --- a/media-gfx/ephoto/ephoto-1.5.ebuild
21 +++ b/media-gfx/ephoto/ephoto-1.5.ebuild
22 @@ -1,8 +1,10 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 +inherit xdg
30 +
31 DESCRIPTION="Enlightenment image viewer written with EFL"
32 HOMEPAGE="https://www.enlightenment.org/about-ephoto"
33 SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1.tar.xz"