blob: d2e51ebe9ced278c32653afacb15f2f2a66a3d6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=configure install prepare
DEPEND=X? ( x11-libs/libX11 ) X? ( x11-base/xorg-proto )
DESCRIPTION=A Machine Emulator, Mainly emulates MIPS, but supports other CPU types
EAPI=7
HOMEPAGE=http://gxemul.sourceforge.net/
INHERIT=toolchain-funcs
IUSE=debug X
KEYWORDS=~amd64 ~mips ~ppc ~sparc ~x86
LICENSE=BSD
RDEPEND=X? ( x11-libs/libX11 )
SLOT=0
SRC_URI=mirror://sourceforge/project/gxemul/GXemul/0.6.2/gxemul-0.6.2.tar.gz
_eclasses_=toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85
_md5_=f0e58539d71ceda51f5fe09c134ee969
|