diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:02:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:42 +0100 |
commit | 8dc362cd237bdd99ce8a97c26018db424e89fddf (patch) | |
tree | 73a8f75af773ce3da4ed6b444d48fb2bba272546 /games-simulation | |
parent | games-simulation/singularity: eutils->wrapper (diff) | |
download | gentoo-8dc362cd237bdd99ce8a97c26018db424e89fddf.tar.gz gentoo-8dc362cd237bdd99ce8a97c26018db424e89fddf.tar.bz2 gentoo-8dc362cd237bdd99ce8a97c26018db424e89fddf.zip |
games-simulation/sky-rogue: eutils->wrapper
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/sky-rogue/sky-rogue-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild index d5ad8217583b..8f7e9f217ce8 100644 --- a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild +++ b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils desktop xdg +inherit desktop wrapper xdg MY_PN="${PN//-}" DESCRIPTION="A fwooshy rogue-lite action flight simulator" |