diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 03:22:44 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:48 +0200 |
commit | 7cb16dfa17dd57da731e8c84847005c2ab843e16 (patch) | |
tree | 903905418a5dc4f8554227eddf5ebc79553acc1b /games-action/armagetronad | |
parent | games-action/abuse: eutils->desktop (diff) | |
download | gentoo-7cb16dfa17dd57da731e8c84847005c2ab843e16.tar.gz gentoo-7cb16dfa17dd57da731e8c84847005c2ab843e16.tar.bz2 gentoo-7cb16dfa17dd57da731e8c84847005c2ab843e16.zip |
games-action/armagetronad: eutils->desktop
Only has eutils for the implicit desktop inheritance for doicon and
make_desktop_entry.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/armagetronad')
-rw-r--r-- | games-action/armagetronad/armagetronad-0.2.8.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/armagetronad/armagetronad-0.2.8.3.3-r1.ebuild b/games-action/armagetronad/armagetronad-0.2.8.3.3-r1.ebuild index 9147b2111608..8c28621c0f8d 100644 --- a/games-action/armagetronad/armagetronad-0.2.8.3.3-r1.ebuild +++ b/games-action/armagetronad/armagetronad-0.2.8.3.3-r1.ebuild @@ -1,9 +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 gnome2-utils +inherit desktop gnome2-utils DESCRIPTION="Fast-paced 3D lightcycle game based on Tron" HOMEPAGE="http://armagetronad.org/" |