summaryrefslogtreecommitdiff
path: root/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
blob: 7c291908b48ea4d5ff42d8868aa23be0d9beb16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"

DEPEND="dev-libs/elfutils"
RDEPEND="${DEPEND}"

KEYWORDS="amd64 ~x86"
SLOT="0"

S="${WORKDIR}/${PN}"