diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 02:38:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 03:30:46 +0100 |
commit | 79608a4799f8e8ba57a4e83bd3867b08ee5d88af (patch) | |
tree | 85816002c58f76e92bc4dd7ae511b5c1bdc36dec /games-strategy/darwinia-demo | |
parent | games-strategy/satellite-reign: eutils->wrapper (diff) | |
download | gentoo-79608a4799f8e8ba57a4e83bd3867b08ee5d88af.tar.gz gentoo-79608a4799f8e8ba57a4e83bd3867b08ee5d88af.tar.bz2 gentoo-79608a4799f8e8ba57a4e83bd3867b08ee5d88af.zip |
games-strategy/darwinia-demo: eutils->{desktop, wrapper}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/darwinia-demo')
-rw-r--r-- | games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild index fbd30a5970a4..893170dc4e0f 100644 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild +++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.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="Darwinia, the hyped indie game of the year. By the Uplink creators" HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html" |