From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6086138334 for ; Mon, 16 Jul 2018 22:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 291B5E085E; Mon, 16 Jul 2018 22:26:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAB8CE085E for ; Mon, 16 Jul 2018 22:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 077C7335C6B for ; Mon, 16 Jul 2018 22:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A1137D for ; Mon, 16 Jul 2018 22:26:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1531779956.f30be410ec0f7afb7a2640d99e658b7e31999be9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/garden/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/garden/garden-1.0.9-r1.ebuild X-VCS-Directories: games-action/garden/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f30be410ec0f7afb7a2640d99e658b7e31999be9 X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 812724d0-864c-4cb9-9224-b7e9f92c79a3 X-Archives-Hash: 8f002b4a2e6dd9d269a8425bd818b5b2 commit: f30be410ec0f7afb7a2640d99e658b7e31999be9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 16 21:28:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 16 22:25:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30be410 games-action/garden: eutils -> desktop Package-Manager: Portage-2.3.43, Repoman-2.3.10 games-action/garden/garden-1.0.9-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild index eb80fe0b36b..a91ccd53de7 100644 --- a/games-action/garden/garden-1.0.9-r1.ebuild +++ b/games-action/garden/garden-1.0.9-r1.ebuild @@ -1,8 +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 autotools flag-o-matic + +inherit desktop gnome2-utils autotools flag-o-matic DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements" HOMEPAGE="http://garden.sourceforge.net/"