commit: 53ac2875b4ddcae7be8b8de531da381505bccc09 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jun 27 17:01:05 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 01:35:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ac2875
games-puzzle/gtkballs: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31644 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> 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 ) "
