Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
Date: Mon, 16 Jul 2018 22:26:18
Message-Id: 1531779956.f30be410ec0f7afb7a2640d99e658b7e31999be9.asturm@gentoo
1 commit: f30be410ec0f7afb7a2640d99e658b7e31999be9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 21:28:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30be410
7
8 games-action/garden: eutils -> desktop
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-action/garden/garden-1.0.9-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
16 index eb80fe0b36b..a91ccd53de7 100644
17 --- a/games-action/garden/garden-1.0.9-r1.ebuild
18 +++ b/games-action/garden/garden-1.0.9-r1.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit eutils gnome2-utils autotools flag-o-matic
26 +
27 +inherit desktop gnome2-utils autotools flag-o-matic
28
29 DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
30 HOMEPAGE="http://garden.sourceforge.net/"