summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-21 18:06:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-21 18:06:08 +0000
commitf276e751f863f1c7e5cafe40f75a0a5f75920b44 (patch)
tree2448dbd56ac77c6ae2f99909332b101d94f10f25 /app-emulation
parentStable on ppc wrt bug 210840 (diff)
downloadgentoo-2-f276e751f863f1c7e5cafe40f75a0a5f75920b44.tar.gz
gentoo-2-f276e751f863f1c7e5cafe40f75a0a5f75920b44.tar.bz2
gentoo-2-f276e751f863f1c7e5cafe40f75a0a5f75920b44.zip
fix deps - virtual/x11 is no more
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gxemul/ChangeLog6
-rw-r--r--app-emulation/gxemul/gxemul-0.4.6.2.ebuild12
2 files changed, 10 insertions, 8 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog
index 162f0a2c14d1..9c43a6649af0 100644
--- a/app-emulation/gxemul/ChangeLog
+++ b/app-emulation/gxemul/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/gxemul
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.11 2008/01/24 20:55:53 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.12 2008/02/21 18:06:08 mr_bones_ Exp $
+
+ 21 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
+ gxemul-0.4.6.2.ebuild:
+ fix deps - virtual/x11 is no more
*gxemul-0.4.6.2 (24 Jan 2008)
diff --git a/app-emulation/gxemul/gxemul-0.4.6.2.ebuild b/app-emulation/gxemul/gxemul-0.4.6.2.ebuild
index 5ce484f4b00a..43c5b2b32221 100644
--- a/app-emulation/gxemul/gxemul-0.4.6.2.ebuild
+++ b/app-emulation/gxemul/gxemul-0.4.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v 1.1 2008/01/24 20:55:53 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v 1.2 2008/02/21 18:06:08 mr_bones_ Exp $
inherit eutils toolchain-funcs
@@ -13,14 +13,12 @@ SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="X"
-RDEPEND="X? ( || ( ( x11-libs/libX11
- x11-libs/libXaw
- x11-libs/libXdmcp
- )
- virtual/x11 ) )"
+RDEPEND="X? ( x11-libs/libX11
+ x11-libs/libXaw
+ x11-libs/libXdmcp )"
DEPEND="${RDEPEND}
- X? ( || ( x11-proto/xproto virtual/x11 ) )"
+ X? ( x11-proto/xproto )"
src_compile() {
tc-export CC