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:56
Message-Id: 1672218881.8e37542842e9e85c5f6d739803c6286514a3c6fb.pacho@gentoo
1 commit: 8e37542842e9e85c5f6d739803c6286514a3c6fb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 09:11:34 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=8e375428
7
8 games-arcade/blobwars: update EAPI 6 -> 8
9
10 As a side effect it also avoids bug #883799
11
12 Bug: https://bugs.gentoo.org/883799
13 Bug: https://bugs.gentoo.org/887019
14 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
15
16 games-arcade/blobwars/blobwars-2.00-r1.ebuild | 9 ++++-----
17 1 file changed, 4 insertions(+), 5 deletions(-)
18
19 diff --git a/games-arcade/blobwars/blobwars-2.00-r1.ebuild b/games-arcade/blobwars/blobwars-2.00-r1.ebuild
20 index 6fee93987c85..9e00b33e0171 100644
21 --- a/games-arcade/blobwars/blobwars-2.00-r1.ebuild
22 +++ b/games-arcade/blobwars/blobwars-2.00-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30 inherit gnome2-utils xdg
31
32 DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader"
33 @@ -22,9 +22,8 @@ RDEPEND="
34 sys-libs/zlib
35 virtual/libintl
36 "
37 -DEPEND="${RDEPEND}
38 - sys-devel/gettext
39 -"
40 +DEPEND="${RDEPEND}"
41 +BDEPEND="sys-devel/gettext"
42
43 src_prepare() {
44 default