summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-02-13 19:39:20 +0000
committerHanno Böck <hanno@gentoo.org>2005-02-13 19:39:20 +0000
commitae366832911b5452b1d533945f192188bb712c6b (patch)
tree568659c2f140e1c5a06d3eb2b9abdbd4a7153647 /app-emulation
parentRevision bump (again). More security fixes. (diff)
downloadgentoo-2-ae366832911b5452b1d533945f192188bb712c6b.tar.gz
gentoo-2-ae366832911b5452b1d533945f192188bb712c6b.tar.bz2
gentoo-2-ae366832911b5452b1d533945f192188bb712c6b.zip
dosemu freedos-tarball fix
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/ChangeLog5
-rw-r--r--app-emulation/dosemu/dosemu-1.2.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index b8056430d793..da6325e1aab5 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.23 2005/01/10 09:52:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.24 2005/02/13 19:39:20 hanno Exp $
+
+ 13 Feb 2005; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild:
+ Fixed installing freedos-tarball, see bug #80194.
*dosemu-1.2.2-r1 (10 Jan 2005)
diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
index 764e72607f22..b73470a40f93 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.1 2005/01/10 09:52:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.2 2005/02/13 19:39:20 hanno Exp $
inherit flag-o-matic eutils
@@ -27,7 +27,7 @@ src_unpack() {
}
src_compile() {
- local myflags="--with-fdtarball=none --sysconfdir=/etc/dosemu/ \
+ local myflags="--sysconfdir=/etc/dosemu/ \
--with-mandir=/usr/share/man/"
use X || myflags="${myflags} --with-x=no"