diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 03:39:06 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:48 +0200 |
commit | 4caf6f0f2f47076b29932e4f0b14302b2f41f15a (patch) | |
tree | 05704db6393a202458c0bfb52277593e91447560 /games-action/accelerator3d | |
parent | games-action/armagetronad: eutils->desktop (diff) | |
download | gentoo-4caf6f0f2f47076b29932e4f0b14302b2f41f15a.tar.gz gentoo-4caf6f0f2f47076b29932e4f0b14302b2f41f15a.tar.bz2 gentoo-4caf6f0f2f47076b29932e4f0b14302b2f41f15a.zip |
games-action/accelerator3d: eutils->desktop
Only has eutils for the implicit desktop inheritance for
make_desktop_entry.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/accelerator3d')
-rw-r--r-- | games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild index 1a5d9737b89a..dede6ad48105 100644 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 +inherit desktop python-r1 DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of Tempest or n2o" HOMEPAGE="http://accelerator3d.sourceforge.net/" |