summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-10 00:35:42 +0000
committerSam James <sam@gentoo.org>2021-03-10 00:35:42 +0000
commit1123dcd2f71675fcae51291512edda3418fe82d1 (patch)
treea1ae95636fed9f976a18260d42c631b7c0717de2 /games-emulation/jrommanager
parentnet-wireless/broadcom-sta: adjust ebuild structure (diff)
downloadgentoo-1123dcd2f71675fcae51291512edda3418fe82d1.tar.gz
gentoo-1123dcd2f71675fcae51291512edda3418fe82d1.tar.bz2
gentoo-1123dcd2f71675fcae51291512edda3418fe82d1.zip
games-emulation/jrommanager: BDEPEND for EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/jrommanager')
-rw-r--r--games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild10
1 files 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