mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-rce: due to build error, edb is amd64 only for now
This commit is contained in:
parent
bffafae9ea
commit
6c4121b758
2 changed files with 32 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-rce-2012.0.ebuild 568 SHA256 9c37cdef3805d609b20b657daaea7739f9d576449afab91a47ea7aa9143a277a SHA512 aa6ea2114695ce36ed8df21077bfe8943425d37e5032d97bf76745829f1c2321d344581d6e97e65f36334e76c7d924bda53d7b7601be3872584441cfbe6579be WHIRLPOOL 1f9cd907bf605a8696fe1fa5a825f5e03898695f56fc48bfc3756c60cad15773f1c6c18c35c232cca132d3981e493e1c68f6ce236cd70932aadd220d13edea4f
|
||||
EBUILD pentoo-rce-2013.0.ebuild 579 SHA256 3c4262d9f933903d81158958f51947ca637670340c20f4a928f69868cd75db6f SHA512 ca16f448673fe56bbb4f5f166d04d92d76ac5c1c12d003039abfedccd65a616f0604db83f1782c90436673aebdd96e7287922926cf5d8838e2c16c90656ab2b6 WHIRLPOOL 71cd50c59217f31abb23f90d13bd65ec4587c5b1fa8192dbcf21d81fbe997c5fdf73ef5d2bdf7da268789abb7a03fcabba7b19d9f37c8f937f6cbbfd0aac9b36
|
||||
|
|
|
|||
31
pentoo/pentoo-rce/pentoo-rce-2013.0.ebuild
Normal file
31
pentoo/pentoo-rce/pentoo-rce-2013.0.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
KEYWORDS="-*"
|
||||
DESCRIPTION="Pentoo rce meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE="hardened"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
#the tools
|
||||
RDEPEND="${RDEPEND}
|
||||
hardened? ( sys-apps/paxctl )
|
||||
!hardened? ( sys-devel/prelink )
|
||||
dev-java/jad-bin
|
||||
!arm? ( dev-lang/nasm )
|
||||
dev-util/dissy
|
||||
amd64? ( dev-util/edb )
|
||||
dev-util/ltrace
|
||||
dev-util/metasm
|
||||
dev-util/radare2
|
||||
dev-util/strace
|
||||
sys-devel/gdb"
|
||||
|
||||
#removed, doesn't build
|
||||
# app-antivirus/malheur
|
||||
|
||||
Loading…
Reference in a new issue