Diff bochs-2.7 with a bochs-9999
/usr/portage/app-emulation/bochs/bochs-9999.ebuild 2023-10-09 14:52:28.720368331 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit subversion |
|
7 | ||
6 | 8 |
DESCRIPTION="LGPL-ed pc emulator" |
7 | 9 |
HOMEPAGE="http://bochs.sourceforge.net/" |
8 |
SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz" |
|
10 |
#SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz" |
|
11 |
ESVN_REPO_URI="svn://svn.code.sf.net/p/bochs/code/trunk/bochs" |
|
9 | 12 | |
10 | 13 |
LICENSE="LGPL-2.1" |
11 | 14 |
SLOT="0" |
12 |
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" |
|
13 | 15 | |
14 | 16 |
IUSE="3dnow avx debugger doc gdb ncurses readline sdl +smp vnc X +x86-64" |
15 | 17 |
REQUIRED_USE=" |