diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 18:08:13 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:03 +0200 |
commit | ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07 (patch) | |
tree | ea867a0b3d42967c314f621ac72a7536c0d52982 /games-action | |
parent | games-action/spacearyarya-kxl: eutils->desktop (diff) | |
download | gentoo-ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07.tar.gz gentoo-ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07.tar.bz2 gentoo-ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07.zip |
games-action/spacetripper-demo: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild index 40bcbf3485b8..637e20d2d6fb 100644 --- a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild +++ b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker + +inherit desktop eutils unpacker MY_P="spacetripperdemo" DESCRIPTION="Hardcore arcade shoot-em-up" |