diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-10-02 09:41:55 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-02 09:41:55 +0300 |
commit | 1144a00cf2ebea3f5afc49118d380a39c7a62679 (patch) | |
tree | bb5683f9aecc63d5e18464cbaa41de1bef5ec0ea | |
parent | games-rpg/adonthell: remove old version (diff) | |
download | gentoo-1144a00cf2ebea3f5afc49118d380a39c7a62679.tar.gz gentoo-1144a00cf2ebea3f5afc49118d380a39c7a62679.tar.bz2 gentoo-1144a00cf2ebea3f5afc49118d380a39c7a62679.zip |
games-rpg/wastesedge: inherit xdg for xdg_icon_cache_update()
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild index 8e420c1b4f89..1138036c0acd 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{6,7,8} ) -inherit autotools python-single-r1 +inherit autotools python-single-r1 xdg DESCRIPTION="Role playing game to showcase the adonthell engine" HOMEPAGE="http://adonthell.nongnu.org/download/" |