mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
pentoo-rce: move relevant tools
This commit is contained in:
parent
8287136254
commit
deb8efa5a9
3 changed files with 10 additions and 9 deletions
|
|
@ -39,9 +39,7 @@ PDEPEND="
|
|||
)
|
||||
|
||||
pentoo-full? (
|
||||
X? ( app-editors/gedit
|
||||
app-editors/ghex
|
||||
app-editors/sublime-text
|
||||
X? ( app-editors/sublime-text
|
||||
amd64? ( media-fonts/noto-emoji )
|
||||
media-sound/alsamixergui
|
||||
media-sound/audacious
|
||||
|
|
@ -7,7 +7,7 @@ DESCRIPTION="Pentoo RCE meta ebuild"
|
|||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="hardened pentoo-full"
|
||||
IUSE="hardened pentoo-full X"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
PDEPEND="hardened? ( sys-apps/paxctl )
|
||||
|
|
@ -16,6 +16,12 @@ PDEPEND="hardened? ( sys-apps/paxctl )
|
|||
amd64? ( dev-util/jd-gui )
|
||||
dev-util/jadx-bin
|
||||
pentoo-full? (
|
||||
app-editors/dhex
|
||||
X? (
|
||||
dev-util/vbindiff
|
||||
app-editors/gedit
|
||||
app-editors/ghex
|
||||
)
|
||||
!hardened? ( sys-devel/prelink )
|
||||
!arm? ( dev-lang/nasm
|
||||
dev-util/edb-debugger
|
||||
|
|
@ -1,9 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
#inherit mount-boot
|
||||
EAPI=7
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
DESCRIPTION="Pentoo meta ebuild to install system"
|
||||
|
|
@ -117,7 +115,6 @@ PDEPEND="${PDEPEND}
|
|||
sys-process/iotop
|
||||
sys-apps/hdparm
|
||||
app-crypt/openvpn-blacklist
|
||||
dev-util/vbindiff
|
||||
dev-vcs/subversion
|
||||
media-fonts/dejavu
|
||||
media-fonts/font-misc-misc
|
||||
Loading…
Reference in a new issue