commit:     98077071a99d5ce4da80995734af3051202daa37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 18:39:31 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 21:24:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98077071

app-crypt/zulucrypt: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild 
b/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild
index cf3c4dd206ba..413d47c9f966 100644
--- a/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild
+++ b/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild
@@ -1,14 +1,15 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit xdg cmake
+inherit cmake xdg
 
 DESCRIPTION="Front end to cryptsetup"
 HOMEPAGE="https://mhogomchungu.github.io/zuluCrypt/";
 EGIT_COMMIT="76637bb05af13744bf1734b56f67d6d5cc2343b1"
 
SRC_URI="https://github.com/mhogomchungu/zuluCrypt/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/zuluCrypt-${EGIT_COMMIT}"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -32,8 +33,6 @@ RDEPEND="${DEPEND}
        udev? ( virtual/udev )"
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/zuluCrypt-${EGIT_COMMIT}"
-
 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
 
 src_configure() {

Reply via email to