commit: 81f024747ec4831764226a97a5cf10baa8346001 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 13:58:23 2025 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 13:58:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f02474
app-emulation/bochs: Fix lints Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> app-emulation/bochs/bochs-3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emulation/bochs/bochs-3.0.ebuild b/app-emulation/bochs/bochs-3.0.ebuild index d432d96a76cc..5399e8b0c96b 100644 --- a/app-emulation/bochs/bochs-3.0.ebuild +++ b/app-emulation/bochs/bochs-3.0.ebuild @@ -6,9 +6,8 @@ EAPI=7 DESCRIPTION="LGPL-ed pc emulator" HOMEPAGE="http://bochs.sourceforge.io/" MY_P="REL_$(ver_cut 1)_$(ver_cut 2)_FINAL" -S="${WORKDIR}/Bochs-${MY_P}/bochs" SRC_URI="https://github.com/bochs-emu/Bochs/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz" - +S="${WORKDIR}/Bochs-${MY_P}/bochs" LICENSE="LGPL-2.1" SLOT="0"