View | Details | Raw Unified
Collapse All | Expand All

(-) dosbox-0.63.ebuild.old (-1 / +7 lines)
 Lines 11-20    Link Here 
KEYWORDS="~amd64 ppc x86"
KEYWORDS="~amd64 ppc x86"
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
IUSE="alsa hardened opengl"
IUSE="alsa debugger hardened opengl"
DEPEND="virtual/libc
DEPEND="virtual/libc
	alsa? ( media-libs/alsa-lib )
	alsa? ( media-libs/alsa-lib )
	debugger? ( sys-libs/ncurses )
	opengl? ( virtual/opengl )
	opengl? ( virtual/opengl )
	media-libs/libpng
	media-libs/libpng
	sys-libs/zlib
	sys-libs/zlib
 Lines 39-44    Link Here 
	if use hardened ; then
	if use hardened ; then
		myconf="${myconf} --disable-dynamic-x86"
		myconf="${myconf} --disable-dynamic-x86"
	fi
	fi
	if use debugger ; then
		myconf="${myconf} --enable-debug=heavy"
	fi
	egamesconf \
	egamesconf \
		--disable-dependency-tracking \
		--disable-dependency-tracking \
		${myconf} \
		${myconf} \