diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-28 19:04:40 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-31 03:41:33 +0100 |
commit | 8c0bcafce8da9c829777ab29c1eb0a75871e04ca (patch) | |
tree | afd144e271f55c28a907f35b3cfb5148068c1a5c /net-wireless | |
parent | sys-fs/mtd-utils: fix calling ar directly, bug #913610 (diff) | |
download | gentoo-8c0bcafce8da9c829777ab29c1eb0a75871e04ca.tar.gz gentoo-8c0bcafce8da9c829777ab29c1eb0a75871e04ca.tar.bz2 gentoo-8c0bcafce8da9c829777ab29c1eb0a75871e04ca.zip |
net-wireless/mfoc: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34522
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/mfoc/mfoc-0.10.7-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild b/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild index 6fe306c11ff2..c220a9c964ce 100644 --- a/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild +++ b/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="Mifare Classic Offline Cracker" HOMEPAGE="https://github.com/nfc-tools/mfoc" SRC_URI="https://github.com/nfc-tools/${PN}/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2 GPL-2+ BSD-2" SLOT="0" @@ -16,8 +17,6 @@ KEYWORDS="~amd64" DEPEND=">=dev-libs/libnfc-1.7.0:=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${P}" - src_prepare() { default eautoreconf |