diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 17:45:05 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:00 +0200 |
commit | 15da0699edc1686077be69484382b07caee16089 (patch) | |
tree | 22ddd639fdf53fd309f41527c6c0c4d2dd6ba14d /games-action | |
parent | games-action/lugaru: eutils->desktop (diff) | |
download | gentoo-15da0699edc1686077be69484382b07caee16089.tar.gz gentoo-15da0699edc1686077be69484382b07caee16089.tar.bz2 gentoo-15da0699edc1686077be69484382b07caee16089.zip |
games-action/luola: 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')
-rw-r--r-- | games-action/luola/luola-1.3.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/luola/luola-1.3.2-r1.ebuild b/games-action/luola/luola-1.3.2-r1.ebuild index f346b53fc647..a31ff566421a 100644 --- a/games-action/luola/luola-1.3.2-r1.ebuild +++ b/games-action/luola/luola-1.3.2-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 autotools gnome2-utils + +inherit autotools desktop gnome2-utils DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing" HOMEPAGE="https://freecode.com/projects/luola" |