pentoo-overlay/pentoo/pentoo-rce/pentoo-rce-2018.2.ebuild
Rick Farina (Zero_Chaos) 551fe8f7ea
minipentoo->pentoo-full
2018-07-26 22:53:16 -04:00

30 lines
589 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="6"
DESCRIPTION="Pentoo RCE meta ebuild"
HOMEPAGE="http://www.pentoo.ch"
SLOT="0"
LICENSE="GPL-3"
IUSE="hardened pentoo-full"
KEYWORDS="amd64 arm x86"
PDEPEND="hardened? ( sys-apps/paxctl )
sys-devel/gdb
dev-util/jd-gui-bin
dev-util/jadx-bin
pentoo-full? (
!hardened? ( sys-devel/prelink )
!arm? ( dev-lang/nasm
dev-util/edb-debugger
)
amd64? ( dev-util/emilpro
dev-util/radare2
dev-util/cutter
)
dev-util/ltrace
dev-util/strace
)"