diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:31:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:31:06 +0000 |
commit | 4ffd6e4396c16c4a75165545bf9542887735cb47 (patch) | |
tree | 071714f4cab5e4318e28c2a15320bf9a48b430d3 /x11-misc/wayv | |
parent | New version (diff) | |
download | gentoo-2-4ffd6e4396c16c4a75165545bf9542887735cb47.tar.gz gentoo-2-4ffd6e4396c16c4a75165545bf9542887735cb47.tar.bz2 gentoo-2-4ffd6e4396c16c4a75165545bf9542887735cb47.zip |
Add missing x11-proto/inputproto to DEPEND, bug #227751.
(Portage version: 2.1.5.5)
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r-- | x11-misc/wayv/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog index b98fc20f0c5d..9a459961d1b2 100644 --- a/x11-misc/wayv/ChangeLog +++ b/x11-misc/wayv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wayv -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.14 2007/07/22 03:39:25 dberkholz Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.15 2008/06/17 12:31:06 nelchael Exp $ + + 17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> wayv-0.3-r1.ebuild: + Add missing x11-proto/inputproto to DEPEND, bug #227751. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wayv-0.3-r1.ebuild: Drop virtual/x11 references. diff --git a/x11-misc/wayv/wayv-0.3-r1.ebuild b/x11-misc/wayv/wayv-0.3-r1.ebuild index 010e524f74e0..b8911fb036ef 100644 --- a/x11-misc/wayv/wayv-0.3-r1.ebuild +++ b/x11-misc/wayv/wayv-0.3-r1.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/wayv/wayv-0.3-r1.ebuild,v 1.4 2007/07/22 03:39:25 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.5 2008/06/17 12:31:06 nelchael Exp $ DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" HOMEPAGE="http://www.stressbunny.com/wayv" @@ -13,6 +13,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXtst" DEPEND="${RDEPEND} + x11-proto/inputproto x11-proto/xproto" src_install() { |