summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-02-25 15:27:55 +0000
committerSamuli Suominen <drac@gentoo.org>2007-02-25 15:27:55 +0000
commitccab27f3a7a3c6047c35f0ce599ffabba8ef0cc0 (patch)
treea590ca3c84464f63bb7c2db5137c366e24658a18 /app-emulation/dosemu
parentVersion bump, added NEED_PYTHON. (diff)
downloadgentoo-2-ccab27f3a7a3c6047c35f0ce599ffabba8ef0cc0.tar.gz
gentoo-2-ccab27f3a7a3c6047c35f0ce599ffabba8ef0cc0.tar.bz2
gentoo-2-ccab27f3a7a3c6047c35f0ce599ffabba8ef0cc0.zip
Remove virtual/x11 usage wrt bug 166370.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r--app-emulation/dosemu/ChangeLog5
-rw-r--r--app-emulation/dosemu/dosemu-1.3.3.ebuild16
2 files changed, 9 insertions, 12 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index e5e8e2f42984..c154f1d900b6 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/dosemu
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.38 2007/02/21 21:43:05 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.39 2007/02/25 15:27:55 drac Exp $
+
+ 25 Feb 2007; Samuli Suominen <drac@gentoo.org> dosemu-1.3.3.ebuild:
+ Remove virtual/x11 usage wrt bug 166370.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
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"