From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 649C113933E for ; Sat, 31 Jul 2021 05:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D02EE087C; Sat, 31 Jul 2021 05:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C743E087C for ; Sat, 31 Jul 2021 05:20:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7539E343341 for ; Sat, 31 Jul 2021 05:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C61784D for ; Sat, 31 Jul 2021 05:20:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627707727.0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild X-VCS-Directories: sys-apps/fix-gnustack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996 X-VCS-Branch: master Date: Sat, 31 Jul 2021 05:20:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 941db4dc-ea43-49ac-ac84-dcaae99d45cd X-Archives-Hash: b06b7fc6200a70a4d6fbf9363706bfff commit: 0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996 Author: Sam James gentoo org> AuthorDate: Sat Jul 31 05:02:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 31 05:02:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eb4f3 sys-apps/fix-gnustack: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild index f80f513ccab..8964f4883c7 100644 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +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}" - -KEYWORDS="amd64 ~x86" -SLOT="0" - -S="${WORKDIR}/${PN}"