Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobwars/
Date: Wed, 28 Dec 2022 09:14:57
Message-Id: 1672218881.492ad8ac36878b48b94853eeb64555de2afc3052.pacho@gentoo
1 commit: 492ad8ac36878b48b94853eeb64555de2afc3052
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 09:13:26 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 09:14:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492ad8ac
7
8 games-arcade/blobwars: Drop unused inherit
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 games-arcade/blobwars/blobwars-2.00-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-arcade/blobwars/blobwars-2.00-r1.ebuild b/games-arcade/blobwars/blobwars-2.00-r1.ebuild
16 index 9e00b33e0171..25f0c476fd88 100644
17 --- a/games-arcade/blobwars/blobwars-2.00-r1.ebuild
18 +++ b/games-arcade/blobwars/blobwars-2.00-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -inherit gnome2-utils xdg
24 +inherit xdg
25
26 DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader"
27 HOMEPAGE="https://sourceforge.net/projects/blobwars/ https://www.parallelrealities.co.uk/games/metalBlobSolid/ https://github.com/perpendicular-dimensions/blobwars"