diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 03:16:50 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:47 +0200 |
commit | adc40dfb38dc8d41aae10790e7cee0608cbccd79 (patch) | |
tree | 8bc56ca85d8dc080fbb06a6c40c5cfd248f14f3b /games-action/abuse | |
parent | net-dialup/xl2tpd: remove old versions (diff) | |
download | gentoo-adc40dfb38dc8d41aae10790e7cee0608cbccd79.tar.gz gentoo-adc40dfb38dc8d41aae10790e7cee0608cbccd79.tar.bz2 gentoo-adc40dfb38dc8d41aae10790e7cee0608cbccd79.zip |
games-action/abuse: 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/abuse')
-rw-r--r-- | games-action/abuse/abuse-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/abuse/abuse-0.8-r1.ebuild b/games-action/abuse/abuse-0.8-r1.ebuild index 5099dd703aa8..29a6bbc7fda4 100644 --- a/games-action/abuse/abuse-0.8-r1.ebuild +++ b/games-action/abuse/abuse-0.8-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 autotools eutils +inherit autotools desktop DESCRIPTION="Port of Abuse by Crack Dot Com" HOMEPAGE="http://abuse.zoy.org/" |