summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-07-22 09:22:47 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-07-22 09:22:47 +0000
commitea615964a2439360df04f5f6ceb796918be50613 (patch)
treeb3430be6cb088765d82d27eaf53aae0f1c0bee56 /app-emulation
parentDrop virtual/x11 dependency. (diff)
downloadgentoo-2-ea615964a2439360df04f5f6ceb796918be50613.tar.gz
gentoo-2-ea615964a2439360df04f5f6ceb796918be50613.tar.bz2
gentoo-2-ea615964a2439360df04f5f6ceb796918be50613.zip
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gxemul/ChangeLog5
-rw-r--r--app-emulation/gxemul/gxemul-0.4.5.1.ebuild12
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog
index f3699275425e..9316a68f800d 100644
--- a/app-emulation/gxemul/ChangeLog
+++ b/app-emulation/gxemul/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/gxemul
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.9 2007/05/02 15:47:13 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.10 2007/07/22 09:22:47 omp Exp $
+
+ 22 Jul 2007; David Shakaryan <omp@gentoo.org> gxemul-0.4.5.1.ebuild:
+ Remove virtual/x11 from dependencies.
*gxemul-0.4.5.1 (02 May 2007)
diff --git a/app-emulation/gxemul/gxemul-0.4.5.1.ebuild b/app-emulation/gxemul/gxemul-0.4.5.1.ebuild
index 3bfef398cb2a..9420bea06fec 100644
--- a/app-emulation/gxemul/gxemul-0.4.5.1.ebuild
+++ b/app-emulation/gxemul/gxemul-0.4.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.5.1.ebuild,v 1.1 2007/05/02 15:47:13 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.5.1.ebuild,v 1.2 2007/07/22 09:22:47 omp 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