summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 03:31:59 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 03:31:59 +0000
commit9891ce01d2a5a80febac8b37dd86a18008b63c6f (patch)
tree81f870a7fdfc0cdddcaefb36efebaeb107343460 /x11-misc/xautomation
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-9891ce01d2a5a80febac8b37dd86a18008b63c6f.tar.gz
gentoo-2-9891ce01d2a5a80febac8b37dd86a18008b63c6f.tar.bz2
gentoo-2-9891ce01d2a5a80febac8b37dd86a18008b63c6f.zip
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r--x11-misc/xautomation/ChangeLog8
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild18
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog
index 402b3f169056..7c512e2c1e14 100644
--- a/x11-misc/xautomation/ChangeLog
+++ b/x11-misc/xautomation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xautomation
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.16 2006/07/07 00:14:36 squinky86 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.17 2007/07/22 03:31:59 dberkholz Exp $
+
+ 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ xautomation-0.96.ebuild:
+ Drop virtual/x11 references.
07 Jul 2006; Jon Hood <squinky86@gentoo.org> xautomation-0.96.ebuild:
Add ~amd64, bug #139429.
diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild
index 5707b2252dd3..407c196bda4a 100644
--- a/x11-misc/xautomation/xautomation-0.96.ebuild
+++ b/x11-misc/xautomation/xautomation-0.96.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/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.8 2006/07/07 00:14:36 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.9 2007/07/22 03:31:59 dberkholz Exp $
DESCRIPTION="Control X from command line and find things on screen"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
@@ -11,16 +11,12 @@ SLOT="0"
KEYWORDS="alpha ~amd64 ia64 ~ppc x86"
IUSE=""
-RDEPEND="|| ( (
- x11-libs/libXtst
- x11-libs/libXt
- x11-libs/libX11 )
- virtual/x11 )"
+RDEPEND="x11-libs/libXtst
+ x11-libs/libXt
+ x11-libs/libX11"
DEPEND="${RDEPEND}
- || ( (
- x11-proto/xextproto
- x11-proto/xproto )
- virtual/x11 )
+ x11-proto/xextproto
+ x11-proto/xproto
media-libs/libpng"
src_install() {