diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 02:39:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 03:30:48 +0100 |
commit | 0bdb67e2da958707f06e9da1ce815e1a55cb9a86 (patch) | |
tree | e16bd26d032488fc8d36a7aa45d65cd4939ec3e0 /games-strategy | |
parent | games-strategy/colobot: desktop-- (diff) | |
download | gentoo-0bdb67e2da958707f06e9da1ce815e1a55cb9a86.tar.gz gentoo-0bdb67e2da958707f06e9da1ce815e1a55cb9a86.tar.bz2 gentoo-0bdb67e2da958707f06e9da1ce815e1a55cb9a86.zip |
games-strategy/majesty-demo: eutils->{desktop, wrapper}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild index 6f11eefbab83..1511d51ed930 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker + +inherit desktop unpacker wrapper DESCRIPTION="Control your own kingdom in this simulation" HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&" |