summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-01-14 09:19:26 +0000
committerHanno Böck <hanno@gentoo.org>2006-01-14 09:19:26 +0000
commit70821ee7d5a5cd13747003a700a8f0e1f2382628 (patch)
tree601d40f026153d831394fa4e5e7dcae1fbdc6962 /app-emulation
parentUse patch from tarball in mirrors. (diff)
downloadgentoo-2-70821ee7d5a5cd13747003a700a8f0e1f2382628.tar.gz
gentoo-2-70821ee7d5a5cd13747003a700a8f0e1f2382628.tar.bz2
gentoo-2-70821ee7d5a5cd13747003a700a8f0e1f2382628.zip
dosemu modular x deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/ChangeLog8
-rw-r--r--app-emulation/dosemu/dosemu-1.2.2-r1.ebuild14
-rw-r--r--app-emulation/dosemu/dosemu-1.3.2.ebuild14
3 files changed, 28 insertions, 8 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index 89a98d069730..beca6def4d95 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2005/06/05 22:35:33 hanno Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.31 2006/01/14 09:19:26 hanno Exp $
+
+ 14 Jan 2006; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild,
+ dosemu-1.3.2.ebuild:
+ Modular X dependencies.
*dosemu-1.3.2 (05 Jun 2005)
diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
index 3da9bc8bd64f..c8ee1245b0fe 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
+# Copyright 1999-2006 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.8 2005/05/23 15:26:05 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.9 2006/01/14 09:19:26 hanno Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,15 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE="X svga gpm debug"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="X? (
+ || ( (
+ x11-libs/libXxf86vm
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xf86dgaproto
+ )
+ virtual/x11
+ ) )
svga? ( media-libs/svgalib )
gpm? ( sys-libs/gpm )
sys-libs/slang"
diff --git a/app-emulation/dosemu/dosemu-1.3.2.ebuild b/app-emulation/dosemu/dosemu-1.3.2.ebuild
index b7f187b882e4..6a4b28f21366 100644
--- a/app-emulation/dosemu/dosemu-1.3.2.ebuild
+++ b/app-emulation/dosemu/dosemu-1.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.3.2.ebuild,v 1.1 2005/06/05 22:35:33 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.3.2.ebuild,v 1.2 2006/01/14 09:19:26 hanno Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,15 @@ SLOT="0"
KEYWORDS="-* ~x86"
IUSE="X svga gpm debug"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="X? (
+ || ( (
+ x11-libs/libXxf86vm
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xf86dgaproto
+ )
+ virtual/x11
+ ) )
svga? ( media-libs/svgalib )
gpm? ( sys-libs/gpm )
sys-libs/slang"