diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 05:05:04 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:56 +0200 |
commit | 28f95a4ef9527d569c3ad8f7116b7e976d5309ee (patch) | |
tree | 3bb0ae473819171db2302a80d68e6d69c6b0acf9 /games-action/chromium-bsu | |
parent | games-action/bzflag: use arrays for myconf (diff) | |
download | gentoo-28f95a4ef9527d569c3ad8f7116b7e976d5309ee.tar.gz gentoo-28f95a4ef9527d569c3ad8f7116b7e976d5309ee.tar.bz2 gentoo-28f95a4ef9527d569c3ad8f7116b7e976d5309ee.zip |
games-action/chromium-bsu: eutils->desktop
Only has eutils for the implicit desktop inheritance for domenu and
newicon.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/chromium-bsu')
-rw-r--r-- | games-action/chromium-bsu/chromium-bsu-0.9.15.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/chromium-bsu/chromium-bsu-0.9.15.1-r1.ebuild b/games-action/chromium-bsu/chromium-bsu-0.9.15.1-r1.ebuild index 578f593bf3df..e1ca44d220fd 100644 --- a/games-action/chromium-bsu/chromium-bsu-0.9.15.1-r1.ebuild +++ b/games-action/chromium-bsu/chromium-bsu-0.9.15.1-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 gnome2-utils +inherit desktop gnome2-utils DESCRIPTION="Chromium B.S.U. - an arcade game" HOMEPAGE="http://chromium-bsu.sourceforge.net/" |