diff options
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index 62d015429167..b212601171a8 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xstroke -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.27 2007/04/24 08:19:23 opfer Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.28 2008/01/09 08:29:51 nelchael Exp $ + + 09 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6-r1.ebuild: + Add missing x11-proto/inputproto to DEPEND. 24 Apr 2007; Christian Faulhammer <opfer@gentoo.org> xstroke-0.6-r1.ebuild: diff --git a/x11-misc/xstroke/xstroke-0.6-r1.ebuild b/x11-misc/xstroke/xstroke-0.6-r1.ebuild index a2e0551b5b5b..3cfd1a7e3b02 100644 --- a/x11-misc/xstroke/xstroke-0.6-r1.ebuild +++ b/x11-misc/xstroke/xstroke-0.6-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/xstroke/xstroke-0.6-r1.ebuild,v 1.5 2007/04/24 08:19:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.6 2008/01/09 08:29:51 nelchael Exp $ inherit eutils @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} media-libs/fontconfig dev-util/pkgconfig x11-proto/xextproto + x11-proto/inputproto x11-proto/xproto" src_unpack() { |