diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 05:18:32 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:57 +0200 |
commit | 5708ce10aa66a416dd9df7c564dd1203cd2a7af7 (patch) | |
tree | 32056c2098cc25460e228430304c9d12267dd702 /games-action/cs2d | |
parent | games-action/chromium-bsu: eutils->desktop (diff) | |
download | gentoo-5708ce10aa66a416dd9df7c564dd1203cd2a7af7.tar.gz gentoo-5708ce10aa66a416dd9df7c564dd1203cd2a7af7.tar.bz2 gentoo-5708ce10aa66a416dd9df7c564dd1203cd2a7af7.zip |
games-action/cs2d: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/cs2d')
-rw-r--r-- | games-action/cs2d/cs2d-1002-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/cs2d/cs2d-1002-r1.ebuild b/games-action/cs2d/cs2d-1002-r1.ebuild index 46b4c3b59d80..735373a9c7ea 100644 --- a/games-action/cs2d/cs2d-1002-r1.ebuild +++ b/games-action/cs2d/cs2d-1002-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 eutils +inherit desktop eutils DESCRIPTION="A freeware clone of Counter-Strike with some added features in gameplay" HOMEPAGE="http://www.cs2d.com/" |