diff options
author | Sam James <sam@gentoo.org> | 2023-12-28 04:37:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 04:37:43 +0000 |
commit | fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc (patch) | |
tree | 967485b82012288e5184ccff486e0a8e494dee99 /sys-apps/fix-gnustack | |
parent | sys-apps/install-xattr: drop 0.8 (diff) | |
download | gentoo-fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc.tar.gz gentoo-fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc.tar.bz2 gentoo-fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc.zip |
sys-apps/fix-gnustack: drop 0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/fix-gnustack')
-rw-r--r-- | sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild deleted file mode 100644 index 8964f4883c79..000000000000 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND="dev-libs/elfutils" -RDEPEND="${DEPEND}" |