diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-09 08:39:32 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-09 08:39:32 +0000 |
commit | ad3271e17683f6bfa9daddfadeb11227cf438d2f (patch) | |
tree | 20f383e2661f26a010e6558bf97636f470d91887 /x11-misc/xautomation | |
parent | Add missing dev-util/pkgconfig to DEPEND. (diff) | |
download | gentoo-2-ad3271e17683f6bfa9daddfadeb11227cf438d2f.tar.gz gentoo-2-ad3271e17683f6bfa9daddfadeb11227cf438d2f.tar.bz2 gentoo-2-ad3271e17683f6bfa9daddfadeb11227cf438d2f.zip |
Add missing x11-proto/inputproto to DEPEND.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r-- | x11-misc/xautomation/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xautomation/xautomation-0.96.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog index 1caa53a1d5fc..c56afbb62df1 100644 --- a/x11-misc/xautomation/ChangeLog +++ b/x11-misc/xautomation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xautomation -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.18 2007/08/29 16:25:42 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.19 2008/01/09 08:39:32 nelchael Exp $ + + 09 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> + xautomation-0.96.ebuild: + Add missing x11-proto/inputproto to DEPEND. 29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing agriffis from metadata due to his retirement (see #182294 for diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild index 407c196bda4a..92c3a6f3b408 100644 --- a/x11-misc/xautomation/xautomation-0.96.ebuild +++ b/x11-misc/xautomation/xautomation-0.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.9 2007/07/22 03:31:59 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.10 2008/01/09 08:39:32 nelchael Exp $ DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -15,6 +15,7 @@ RDEPEND="x11-libs/libXtst x11-libs/libXt x11-libs/libX11" DEPEND="${RDEPEND} + x11-proto/inputproto x11-proto/xextproto x11-proto/xproto media-libs/libpng" |