From 53ac2875b4ddcae7be8b8de531da381505bccc09 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 27 Jun 2023 19:01:05 +0200 Subject: games-puzzle/gtkballs: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/31644 Signed-off-by: Conrad Kostecki --- games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild | 11 ++++++----- 1 file 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 ) " -- cgit v1.2.3-65-gdbad