From 1123dcd2f71675fcae51291512edda3418fe82d1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 10 Mar 2021 00:35:42 +0000 Subject: games-emulation/jrommanager: BDEPEND for EAPI 7 Signed-off-by: Sam James --- games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild index 5a3f091d0147..1e0e11098dca 100644 --- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild +++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,6 @@ inherit desktop DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro" HOMEPAGE="https://github.com/optyfr/JRomManager" SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip" -QA_PREBUILT="*" - S="${WORKDIR}" LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRAR" @@ -21,8 +19,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=virtual/jre-1.8" -DEPEND="${DEPEND} - app-arch/unzip" +DEPEND="${RDEPEND}" +BDEPEND="app-arch/unzip" + +QA_PREBUILT="*" src_prepare() { default -- cgit v1.2.3-65-gdbad