summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-02-25 15:27:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-02-25 15:27:55 +0000
commitb274ba6c20aa2e343c151f9f1c448e88993dd155 (patch)
treecae8fd77dab13238fad5899da15ea59412517be1 /app-emulation/dosemu/dosemu-1.3.3.ebuild
parentVersion bump, added NEED_PYTHON. (diff)
downloadhistorical-b274ba6c20aa2e343c151f9f1c448e88993dd155.tar.gz
historical-b274ba6c20aa2e343c151f9f1c448e88993dd155.tar.bz2
historical-b274ba6c20aa2e343c151f9f1c448e88993dd155.zip
Remove virtual/x11 usage wrt bug 166370.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'app-emulation/dosemu/dosemu-1.3.3.ebuild')
-rw-r--r--app-emulation/dosemu/dosemu-1.3.3.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/app-emulation/dosemu/dosemu-1.3.3.ebuild b/app-emulation/dosemu/dosemu-1.3.3.ebuild
index 9381d2b32fab..6bda11c9b34c 100644
--- a/app-emulation/dosemu/dosemu-1.3.3.ebuild
+++ b/app-emulation/dosemu/dosemu-1.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.3.3.ebuild,v 1.4 2006/10/19 22:43:17 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.3.3.ebuild,v 1.5 2007/02/25 15:27:55 drac Exp $
inherit flag-o-matic eutils autotools
@@ -15,23 +15,17 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE="X svga gpm debug"
-RDEPEND="X? (
- || ( (
- x11-libs/libXxf86vm
+RDEPEND="gpm? ( sys-libs/gpm )
+ X? ( x11-libs/libXxf86vm
x11-libs/libXau
x11-libs/libXdmcp
x11-proto/xf86dgaproto
x11-apps/xset
x11-apps/xlsfonts
x11-apps/bdftopcf
- x11-apps/mkfontdir
- )
- virtual/x11
- ) )
+ x11-apps/mkfontdir )
svga? ( media-libs/svgalib )
- gpm? ( sys-libs/gpm )
=sys-libs/slang-1.4*"
-
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.57"