summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-07-22 09:41:41 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-07-22 09:41:41 +0000
commit573c0b586939d983325a6b986ebd3beb5b385b49 (patch)
tree7cb214ebc00ec9861f0bb4e346d840ca69254c1c /app-emulation/xcopilot
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-573c0b586939d983325a6b986ebd3beb5b385b49.tar.gz
gentoo-2-573c0b586939d983325a6b986ebd3beb5b385b49.tar.bz2
gentoo-2-573c0b586939d983325a6b986ebd3beb5b385b49.zip
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-emulation/xcopilot')
-rw-r--r--app-emulation/xcopilot/ChangeLog5
-rw-r--r--app-emulation/xcopilot/xcopilot-0.6.6.ebuild22
2 files changed, 14 insertions, 13 deletions
diff --git a/app-emulation/xcopilot/ChangeLog b/app-emulation/xcopilot/ChangeLog
index a51e8e6bb4b0..7ad33c2c7c5b 100644
--- a/app-emulation/xcopilot/ChangeLog
+++ b/app-emulation/xcopilot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xcopilot
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.8 2007/01/25 23:05:16 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.9 2007/07/22 09:41:41 omp Exp $
+
+ 22 Jul 2007; David Shakaryan <omp@gentoo.org> xcopilot-0.6.6.ebuild:
+ Remove virtual/x11 from dependencies.
25 Jan 2007; Marius Mauch <genone@gentoo.org> xcopilot-0.6.6.ebuild:
Replacing einfo with elog
diff --git a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild
index 33078785ac49..9d7de9d3c6fa 100644
--- a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild
+++ b/app-emulation/xcopilot/xcopilot-0.6.6.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/xcopilot/xcopilot-0.6.6.ebuild,v 1.8 2007/01/25 23:05:16 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.9 2007/07/22 09:41:41 omp Exp $
MY_P="xcopilot-0.6.6-uc0"
@@ -13,19 +13,17 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-RDEPEND="|| ( ( x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXt
- x11-libs/libXpm
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXdmcp )
- virtual/x11 )"
+RDEPEND="x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libXt
+ x11-libs/libXpm
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXdmcp"
DEPEND="app-arch/dpkg
- || ( ( x11-proto/xextproto
- x11-proto/xproto )
- virtual/x11 )"
+ x11-proto/xextproto
+ x11-proto/xproto"
S="${WORKDIR}/${MY_P}"