diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 17:58:59 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:02 +0200 |
commit | 15450611f3a28d2a7677e6f0e7c8e6a5a656d60d (patch) | |
tree | ce4896cc3e108da1b2de53741997589fbdf23da0 /games-action | |
parent | games-action/powermanga: add explicit desktop inheritance (diff) | |
download | gentoo-15450611f3a28d2a7677e6f0e7c8e6a5a656d60d.tar.gz gentoo-15450611f3a28d2a7677e6f0e7c8e6a5a656d60d.tar.bz2 gentoo-15450611f3a28d2a7677e6f0e7c8e6a5a656d60d.zip |
games-action/shootingstar: eutils->desktop
Only has eutils for the implicit desktop inheritance for
make_desktop_entry and newicon.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild b/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild index 11411f402d59..73bb63cfd7dd 100644 --- a/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils gnome2-utils +inherit autotools desktop gnome2-utils # Note: currently segfaults on startup, but that's also in the previous ebuild # See https://bugs.gentoo.org/607428 |