diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:02:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:02:34 +0200 |
commit | 45225ed4272168f1f63a032d1d6faaeaf22cfb5c (patch) | |
tree | bfb80cfb3251132d75a848fac802671f33a6c492 /games-arcade | |
parent | games-arcade/jazz2: update eclasses (diff) | |
download | gentoo-45225ed4272168f1f63a032d1d6faaeaf22cfb5c.tar.gz gentoo-45225ed4272168f1f63a032d1d6faaeaf22cfb5c.tar.bz2 gentoo-45225ed4272168f1f63a032d1d6faaeaf22cfb5c.zip |
games-arcade/shovel-knight: update eclasses
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/shovel-knight/shovel-knight-3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/shovel-knight/shovel-knight-3.3.ebuild b/games-arcade/shovel-knight/shovel-knight-3.3.ebuild index 656b2c154484..711593617539 100644 --- a/games-arcade/shovel-knight/shovel-knight-3.3.ebuild +++ b/games-arcade/shovel-knight/shovel-knight-3.3.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils desktop unpacker xdg-utils +inherit desktop unpacker wrapper xdg-utils MY_PN="ShovelKnight" DESCRIPTION="Sweeping classic action adventure with an 8-bit retro aesthetic" HOMEPAGE="https://yachtclubgames.com/shovel-knight/" SRC_URI="${PN//-/_}_treasure_trove_en_3_3_15418.sh" + LICENSE="Yacht-Club-Games-EULA" SLOT="0" KEYWORDS="-* ~amd64 ~x86" |