commit: c987f2b909c10ef19ca1ad571a62f27e91b47ddb Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Wed Aug 1 11:00:44 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 10:32:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c987f2b9
games-action/gltron: 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 games-action/gltron/gltron-0.70-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/gltron/gltron-0.70-r2.ebuild b/games-action/gltron/gltron-0.70-r2.ebuild index dc47e0b51ca..da0109b26e7 100644 --- a/games-action/gltron/gltron-0.70-r2.ebuild +++ b/games-action/gltron/gltron-0.70-r2.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 + +inherit desktop DESCRIPTION="3d tron, just like the movie" HOMEPAGE="http://gltron.sourceforge.net/"
