From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B21B1582EF for ; Sat, 08 Feb 2025 00:55:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 73C7B340C40 for ; Sat, 08 Feb 2025 00:55:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7606B1103CB; Sat, 08 Feb 2025 00:55:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6C57B1103CB for ; Sat, 08 Feb 2025 00:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20126340C3C for ; Sat, 08 Feb 2025 00:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE5A5268A for ; Sat, 08 Feb 2025 00:55:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738976093.38541583e61fa0e5be90f48dcfc7e60b9e77da97.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/dev86/dev86-1.0.1.ebuild X-VCS-Directories: sys-devel/dev86/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38541583e61fa0e5be90f48dcfc7e60b9e77da97 X-VCS-Branch: master Date: Sat, 08 Feb 2025 00:55:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b774fdac-4192-4634-ae66-7753748fd6ff X-Archives-Hash: be28fbea1687d12ecadd869aed976b54 commit: 38541583e61fa0e5be90f48dcfc7e60b9e77da97 Author: Sam James gentoo org> AuthorDate: Sat Feb 8 00:19:10 2025 +0000 Commit: Sam James gentoo 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 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