From d197310dbae0e9b5a712b3bd77cf1af722a6ad1c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 5 Apr 2021 00:28:26 +0200 Subject: games-board/blokish: Port to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert --- games-board/blokish/blokish-0.9.4-r3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games-board/blokish') diff --git a/games-board/blokish/blokish-0.9.4-r3.ebuild b/games-board/blokish/blokish-0.9.4-r3.ebuild index a932e887ce6a..7316facb2a61 100644 --- a/games-board/blokish/blokish-0.9.4-r3.ebuild +++ b/games-board/blokish/blokish-0.9.4-r3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 WX_GTK_VER="3.0" inherit autotools desktop wxwidgets MY_P="${PN}_v${PV}" + DESCRIPTION="Open source clone of the four-player board game Blokus" HOMEPAGE="https://sourceforge.net/projects/blokish/" SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz" @@ -16,11 +17,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" +RDEPEND=" x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] virtual/glu virtual/opengl" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc43.patch @@ -44,9 +45,8 @@ src_prepare() { src_install() { default + dodoc -r docs/. doicon src/${PN}.xpm make_desktop_entry ${PN} Blokish ${PN} - - dodoc docs/* } -- cgit v1.2.3-65-gdbad