diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-27 19:01:05 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-02 03:35:23 +0200 |
commit | 53ac2875b4ddcae7be8b8de531da381505bccc09 (patch) | |
tree | 78284e56f81abcc2208756db0c2ec57577140b3f /games-puzzle | |
parent | games-puzzle/pipepanic: EAPI8 bump, fix calling cc directly (diff) | |
download | gentoo-53ac2875b4ddcae7be8b8de531da381505bccc09.tar.gz gentoo-53ac2875b4ddcae7be8b8de531da381505bccc09.tar.bz2 gentoo-53ac2875b4ddcae7be8b8de531da381505bccc09.zip |
games-puzzle/gtkballs: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31644
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild b/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild index eece76f8cc06..daa64dfe8460 100644 --- a/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild +++ b/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit desktop DESCRIPTION="An entertaining game based on the old DOS game lines" HOMEPAGE="http://gtkballs.antex.ru/" SRC_URI="http://gtkballs.antex.ru/dist/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" @@ -17,8 +18,8 @@ RDEPEND=" x11-libs/gtk+:2 nls? ( virtual/libintl ) " -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig nls? ( >=sys-devel/gettext-0.10.38 ) " |