diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-12-28 10:11:34 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-12-28 10:14:41 +0100 |
commit | 8e37542842e9e85c5f6d739803c6286514a3c6fb (patch) | |
tree | 9a9ea642dd0f6edd83eaa41d40ece537d1dd11cb /games-arcade | |
parent | dev-python/hcloud-python: Bump to 1.18.2 (diff) | |
download | gentoo-8e37542842e9e85c5f6d739803c6286514a3c6fb.tar.gz gentoo-8e37542842e9e85c5f6d739803c6286514a3c6fb.tar.bz2 gentoo-8e37542842e9e85c5f6d739803c6286514a3c6fb.zip |
games-arcade/blobwars: update EAPI 6 -> 8
As a side effect it also avoids bug #883799
Bug: https://bugs.gentoo.org/883799
Bug: https://bugs.gentoo.org/887019
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/blobwars/blobwars-2.00-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-arcade/blobwars/blobwars-2.00-r1.ebuild b/games-arcade/blobwars/blobwars-2.00-r1.ebuild index 6fee93987c85..9e00b33e0171 100644 --- a/games-arcade/blobwars/blobwars-2.00-r1.ebuild +++ b/games-arcade/blobwars/blobwars-2.00-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit gnome2-utils xdg DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader" @@ -22,9 +22,8 @@ RDEPEND=" sys-libs/zlib virtual/libintl " -DEPEND="${RDEPEND} - sys-devel/gettext -" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/gettext" src_prepare() { default |