From c06feb5279fcfd40d167b8aff7d743a85205ce7b Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:12 +0100 Subject: [PATCH] sys-fs/gocryptfs: Improve ebuild for QA Fixes: VariableOrderWrong: version 2.4.0: variable S should occur before RESTRICT Signed-off-by: Nils Freydank --- sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild b/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild index cc112d2..8f19f9b 100644 --- a/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild +++ b/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: For distfiles verification see https://nuetzlich.net/gocryptfs/releases. @@ -13,6 +13,8 @@ MY_PV="${PV/_/-}" DESCRIPTION="Encrypted overlay filesystem written in Go" HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/" +S="${WORKDIR}/${PN}_v${MY_PV}_src-deps" + if [[ "${PV}" = 9999* ]]; then EGIT_REPO_URI="https://${EGO_PN}" inherit git-r3 @@ -44,8 +46,6 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) " -S="${WORKDIR}/${PN}_v${MY_PV}_src-deps" - # We omit debug symbols which looks like pre-stripping to portage. QA_PRESTRIPPED=" /usr/bin/gocryptfs-atomicrename