diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:49:35 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:49:35 +0000 |
commit | 564e6e237f060ad8b8b5608ff47692f01929463d (patch) | |
tree | 6a3789b59f2eb87e77a974ec9b0cc13e2b9b6899 /x11-misc/imwheel | |
parent | Add missing x11-proto/inputproto to DEPEND (bug #204588), remove unneeded ver... (diff) | |
download | gentoo-2-564e6e237f060ad8b8b5608ff47692f01929463d.tar.gz gentoo-2-564e6e237f060ad8b8b5608ff47692f01929463d.tar.bz2 gentoo-2-564e6e237f060ad8b8b5608ff47692f01929463d.zip |
Add missing x11-proto/inputproto to DEPEND, see bug #204597.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r-- | x11-misc/imwheel/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/imwheel/ChangeLog b/x11-misc/imwheel/ChangeLog index 10680e4d7226..cf8c26e24da9 100644 --- a/x11-misc/imwheel/ChangeLog +++ b/x11-misc/imwheel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/imwheel -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.20 2007/07/22 03:15:45 coldwind Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.21 2008/01/07 10:49:35 nelchael Exp $ + + 07 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> + imwheel-1.0.0_pre12.ebuild: + Add missing x11-proto/inputproto to DEPEND, see bug #204597. 22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> imwheel-1.0.0_pre12.ebuild: diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild index a23b893e59f6..f17bf2d54396 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre12.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/imwheel/imwheel-1.0.0_pre12.ebuild,v 1.7 2007/07/22 03:15:45 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild,v 1.8 2008/01/07 10:49:35 nelchael Exp $ inherit eutils @@ -20,6 +20,7 @@ RDEPEND="x11-libs/libXtst x11-libs/libXext" DEPEND="${RDEPEND} + x11-proto/inputproto x11-proto/xextproto x11-proto/xproto >=sys-apps/sed-4" |