diff --git a/app-emulation/bochs/bochs-9999.ebuild b/app-emulation/bochs/bochs-9999.ebuild index 280702aad06e0..3a8f8576c5fbf 100644 --- a/app-emulation/bochs/bochs-9999.ebuild +++ b/app-emulation/bochs/bochs-9999.ebuild @@ -3,12 +3,13 @@ EAPI=7 -inherit subversion +inherit git-r3 DESCRIPTION="LGPL-ed pc emulator" HOMEPAGE="http://bochs.sourceforge.net/" #SRC_URI="https://downloads.sourceforge.net/bochs/${P}.tar.gz" -ESVN_REPO_URI="svn://svn.code.sf.net/p/bochs/code/trunk/bochs" +EGIT_REPO_URI="https://github.com/bochs-emu/Bochs.git/" +S=${WORKDIR}/${P}/bochs LICENSE="LGPL-2.1" SLOT="0"