commit:     1bacbed01bffe46cb1351545228d3c789511b840
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jun  3 01:14:33 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jun  3 01:18:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bacbed0

net-misc/FORT-validator: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild 
b/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild
index 2d18fb546..c7d69b4de 100644
--- a/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild
+++ b/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="FORT validator is an open source RPKI validator"
 HOMEPAGE="https://fortproject.net/validator?2";
 
SRC_URI="https://github.com/NICMx/${PN}/releases/download/${PV}/fort-${PV}.tar.gz";
 
+S="${WORKDIR}/${MY_PN}-${PV}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -34,8 +36,6 @@ BDEPEND="
        test? ( dev-libs/check )
 "
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 src_prepare() {
        default
        # Don't strip CFLAGS

Reply via email to