From 8dc362cd237bdd99ce8a97c26018db424e89fddf Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 09:02:06 +0100 Subject: [PATCH] games-simulation/sky-rogue: eutils->wrapper Signed-off-by: Sam James --- games-simulation/sky-rogue/sky-rogue-1.3.ebuild | 4 ++-- 1 file 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 d5ad8217583b1..8f7e9f217ce82 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"