mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-rce: add jd-gui option
This commit is contained in:
parent
4bd0948416
commit
992f8f0c19
2 changed files with 5 additions and 5 deletions
|
|
@ -17,8 +17,9 @@ SLOT="0"
|
|||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre"
|
||||
DEPEND="${RDEPEND}
|
||||
!dev-util/jd-gui"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="6"
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Pentoo RCE meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -13,7 +12,7 @@ KEYWORDS="amd64 arm x86"
|
|||
|
||||
PDEPEND="hardened? ( sys-apps/paxctl )
|
||||
sys-devel/gdb
|
||||
dev-util/jd-gui-bin
|
||||
|| ( dev-util/jd-gui dev-util/jd-gui-bin )
|
||||
dev-util/jadx-bin
|
||||
|
||||
pentoo-full? (
|
||||
Loading…
Reference in a new issue