sys-apps/lsvpd: bump to 1.7.11
[gentoo.git] / sys-apps / fix-gnustack / fix-gnustack-0.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
7 HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
8 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
9 LICENSE="GPL-3"
10
11 DEPEND="dev-libs/elfutils"
12 RDEPEND="${DEPEND}"
13
14 KEYWORDS="amd64 ~x86"
15 SLOT="0"
16
17 S="${WORKDIR}/${PN}"