diff options
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r-- | app-emulation/dosemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.2.2-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog index 5437850cdf21..a9f22ffdec66 100644 --- a/app-emulation/dosemu/ChangeLog +++ b/app-emulation/dosemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/dosemu # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.27 2005/04/19 10:45:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.28 2005/05/21 13:13:56 hanno Exp $ + + 21 May 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild: + Unset KERNEL-Variable to fix compilation (see bug #91261). 19 Apr 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild: Stable on x86. diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild index d3f212ecdd43..a3bf171f61e1 100644 --- a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild +++ b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.6 2005/04/19 10:45:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.7 2005/05/21 13:13:56 hanno Exp $ inherit flag-o-matic eutils @@ -37,6 +37,7 @@ src_compile() { local myflags="--sysconfdir=/etc/dosemu/ \ --with-mandir=/usr/share/man/" + unset KERNEL use X || myflags="${myflags} --with-x=no" use svga && myflags="${myflags} --enable-use-svgalib" use gpm || myflags="${myflags} --without-gpm" |