diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 20:28:54 -0500 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-08-27 22:23:02 +0100 |
commit | 2df53d99a34ae8b8272e2d51a81facb57019b739 (patch) | |
tree | 194c52e81df3f2325a1c4b3ca3449446f2f9d833 /games-arcade/wop | |
parent | games-arcade/triplexinvaders: add explicit desktop inheritance (diff) | |
download | gentoo-2df53d99a34ae8b8272e2d51a81facb57019b739.tar.gz gentoo-2df53d99a34ae8b8272e2d51a81facb57019b739.tar.bz2 gentoo-2df53d99a34ae8b8272e2d51a81facb57019b739.zip |
games-arcade/wop: 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-arcade/wop')
-rw-r--r-- | games-arcade/wop/wop-0.4.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/wop/wop-0.4.3-r2.ebuild b/games-arcade/wop/wop-0.4.3-r2.ebuild index f0ef50085b68..64ee36c073fd 100644 --- a/games-arcade/wop/wop-0.4.3-r2.ebuild +++ b/games-arcade/wop/wop-0.4.3-r2.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 toolchain-funcs +inherit desktop toolchain-funcs MY_DATA_V="2005-12-21" MY_DATA_P="${PN}data-${MY_DATA_V}" |