Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
Date: Fri, 02 Oct 2020 06:43:21
Message-Id: 1601620915.1144a00cf2ebea3f5afc49118d380a39c7a62679.juippis@gentoo
1 commit: 1144a00cf2ebea3f5afc49118d380a39c7a62679
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 06:41:55 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 06:41:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1144a00c
7
8 games-rpg/wastesedge: inherit xdg for xdg_icon_cache_update()
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
16 index 8e420c1b4f8..1138036c0ac 100644
17 --- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
18 +++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
19 @@ -2,9 +2,10 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 +
24 PYTHON_COMPAT=( python3_{6,7,8} )
25
26 -inherit autotools python-single-r1
27 +inherit autotools python-single-r1 xdg
28
29 DESCRIPTION="Role playing game to showcase the adonthell engine"
30 HOMEPAGE="http://adonthell.nongnu.org/download/"