summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-11-21 12:39:15 +0000
committerHanno Böck <hanno@gentoo.org>2008-11-21 12:39:15 +0000
commitfc556c9d72b79d1ec2ccb705f662c8e777c3ab38 (patch)
tree76626bfb104e730f8bfdcd0635c3c0de4e24c987 /app-emulation
parentskencil: accidently added a stable EAPI=2 ebuild, restored the old one and ad... (diff)
downloadgentoo-2-fc556c9d72b79d1ec2ccb705f662c8e777c3ab38.tar.gz
gentoo-2-fc556c9d72b79d1ec2ccb705f662c8e777c3ab38.tar.bz2
gentoo-2-fc556c9d72b79d1ec2ccb705f662c8e777c3ab38.zip
dosemu: only rdep on xf86dgaproto
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc5 x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/ChangeLog5
-rw-r--r--app-emulation/dosemu/dosemu-1.4.0.1.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index 80b0b32368de..c6a925e9aaa9 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/dosemu
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.48 2008/03/27 21:03:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.49 2008/11/21 12:39:15 hanno Exp $
+
+ 21 Nov 2008; Hanno Boeck <hanno@gentoo.org> dosemu-1.4.0.1.ebuild:
+ xf86dgaproto is only a build-time dep.
*dosemu-1.4.0.1 (27 Mar 2008)
diff --git a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild b/app-emulation/dosemu/dosemu-1.4.0.1.ebuild
index c2274f6d595c..a4c59f28f801 100644
--- a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.4.0.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.1 2008/03/27 21:03:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.2 2008/11/21 12:39:15 hanno Exp $
-inherit flag-o-matic eutils autotools
+inherit flag-o-matic eutils
-P_FD=dosemu-freedos-1.0-bin
+P_FD="dosemu-freedos-1.0-bin"
DESCRIPTION="DOS Emulator"
HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
@@ -19,7 +19,6 @@ IUSE="X svga gpm debug"
RDEPEND="X? ( x11-libs/libXxf86vm
x11-libs/libXau
x11-libs/libXdmcp
- x11-proto/xf86dgaproto
x11-apps/xset
x11-apps/xlsfonts
x11-apps/bdftopcf
@@ -29,6 +28,7 @@ RDEPEND="X? ( x11-libs/libXxf86vm
>=sys-libs/slang-1.4"
DEPEND="${RDEPEND}
+ X? ( x11-proto/xf86dgaproto )
>=sys-devel/autoconf-2.57"
S="${WORKDIR}/${PN}-1.4.0"
@@ -38,8 +38,6 @@ src_unpack() {
epatch "${DISTDIR}/patch-${PV}.gz"
epatch "${FILESDIR}"/dosemu-1.3.4-shm.diff
-
- #eautoreconf || die "autoconf failed"
}
src_compile() {