commit:     8c0bcafce8da9c829777ab29c1eb0a75871e04ca
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Dec 28 18:04:40 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0bcafc

net-wireless/mfoc: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34522
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-wireless/mfoc/mfoc-0.10.7-r1.ebuild | 7 +++----
 1 file 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

Reply via email to