summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 20:39:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 23:24:27 +0200
commit98077071a99d5ce4da80995734af3051202daa37 (patch)
treee2a1e664ee5bc9e12c24600d44ac38b3c3132abb /app-crypt/zulucrypt
parentapp-arch/zopfli: update EAPI 7 -> 8 (diff)
downloadgentoo-98077071a99d5ce4da80995734af3051202daa37.tar.gz
gentoo-98077071a99d5ce4da80995734af3051202daa37.tar.bz2
gentoo-98077071a99d5ce4da80995734af3051202daa37.zip
app-crypt/zulucrypt: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/zulucrypt')
-rw-r--r--app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild7
1 files 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() {