commit:     38541583e61fa0e5be90f48dcfc7e60b9e77da97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 00:19:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 00:54:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38541583

sys-devel/dev86: fix VariableOrderWrong

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/dev86/dev86-1.0.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-devel/dev86/dev86-1.0.1.ebuild 
b/sys-devel/dev86/dev86-1.0.1.ebuild
index 97dee3fb2656..10efe33362ce 100644
--- a/sys-devel/dev86/dev86-1.0.1.ebuild
+++ b/sys-devel/dev86/dev86-1.0.1.ebuild
@@ -8,6 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
 HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86";
 SRC_URI="https://codeberg.org/jbruchon/dev86/archive/v${PV}.tar.gz -> 
Dev86src-${PV}.tar.gz"
+S="${WORKDIR}/dev86"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,8 +21,6 @@ PATCHES=(
        "${FILESDIR}/${P}-makefile.patch"
 )
 
-S="${WORKDIR}/dev86"
-
 src_prepare() {
        default
 

Reply via email to