commit:     8633375bfd407640fd9460037892af37b40e46cf
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 11:17:02 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 11:17:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8633375b

dev-libs/stb: sorted variables

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-libs/stb/stb-20240201.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/stb/stb-20240201.ebuild b/dev-libs/stb/stb-20240201.ebuild
index 6ea05e0d4803..c9815652d223 100644
--- a/dev-libs/stb/stb-20240201.ebuild
+++ b/dev-libs/stb/stb-20240201.ebuild
@@ -10,12 +10,12 @@ DESCRIPTION="single-file public domain (or MIT licensed) 
libraries for C/C++"
 HOMEPAGE="https://github.com/nothings/stb";
 SRC_URI="https://github.com/nothings/stb/archive/${CHECKSUM}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}/${PN}-${CHECKSUM}"
+
 LICENSE="|| ( MIT Unlicense )"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~x86"
 
-S="${WORKDIR}/${PN}-${CHECKSUM}"
-
 src_prepare() {
        default
 

Reply via email to