summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/checksec')
-rw-r--r--app-admin/checksec/checksec-1.5.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/app-admin/checksec/checksec-1.5.ebuild b/app-admin/checksec/checksec-1.5.ebuild
index 45c465f9..45cbb7b3 100644
--- a/app-admin/checksec/checksec-1.5.ebuild
+++ b/app-admin/checksec/checksec-1.5.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit eutils
DESCRIPTION="Check for hardened protections like RELRO, NoExec, Stack protection, ASLR, PIE"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
@@ -16,10 +15,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}"
-src_prepare() {
- epatch_user
-}
-
src_install() {
newbin "${DISTDIR}/${P}.sh" "${PN}"
insinto /usr/share/zsh/site-functions