diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-09 08:29:51 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-09 08:29:51 +0000 |
commit | 2ad42b3e77b788fdf88b55821723238d6e1072d1 (patch) | |
tree | fa72b9aae81480eb4449278a9d4d75613be4d5de /x11-misc/xstroke | |
parent | Hopefully fix bug 141904 that is causing mail loss on the Gentoo lists. (diff) | |
download | gentoo-2-2ad42b3e77b788fdf88b55821723238d6e1072d1.tar.gz gentoo-2-2ad42b3e77b788fdf88b55821723238d6e1072d1.tar.bz2 gentoo-2-2ad42b3e77b788fdf88b55821723238d6e1072d1.zip |
Add missing x11-proto/inputproto to DEPEND.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/xstroke')
-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() { |