diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-10-08 17:10:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-10-08 17:10:09 +0000 |
commit | c64dfaae93e8135202fbe27f998ad5e21286155d (patch) | |
tree | 2f546b44bc0d0ecf061e22f3f1ce621d24332fe4 /x11-misc/xautomation | |
parent | fix up dependencies (diff) | |
download | gentoo-2-c64dfaae93e8135202fbe27f998ad5e21286155d.tar.gz gentoo-2-c64dfaae93e8135202fbe27f998ad5e21286155d.tar.bz2 gentoo-2-c64dfaae93e8135202fbe27f998ad5e21286155d.zip |
Added missing X dependency.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.93.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.96.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index 6d601b82a307..ad5819af12e6 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xautomation # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.13 2005/08/23 21:39:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.14 2005/10/08 17:10:09 swegener Exp $ + + 08 Oct 2005; Sven Wegener <swegener@gentoo.org> xautomation-0.93.ebuild, + xautomation-0.96.ebuild: + Added missing X dependency. 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> xautomation-0.96.ebuild: stable on ia64 diff --git a/x11-misc/xautomation/xautomation-0.93.ebuild b/x11-misc/xautomation/xautomation-0.93.ebuild index ed3925e86f74..996e5e25bc6d 100644 --- a/x11-misc/xautomation/xautomation-0.93.ebuild +++ b/x11-misc/xautomation/xautomation-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.93.ebuild,v 1.8 2005/07/11 23:15:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.93.ebuild,v 1.9 2005/10/08 17:10:09 swegener Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ia64 ~ppc x86" IUSE="" -DEPEND="" +DEPEND="virtual/x11" src_install() { make DESTDIR="${D}" install || die "make install failed" diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild index d369b1eb069c..6b95bdcfe330 100644 --- a/x11-misc/xautomation/xautomation-0.96.ebuild +++ b/x11-misc/xautomation/xautomation-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.5 2005/08/23 21:39:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.6 2005/10/08 17:10:09 swegener Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ia64 ~ppc x86" IUSE="" -DEPEND="" +DEPEND="virtual/x11" src_install() { make DESTDIR="${D}" install || die "make install failed" |