summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-06-17 12:39:45 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-06-17 12:39:45 +0000
commitd0595ac9ed98113cfbd1ca23ed12350b514260c8 (patch)
treec2017807fa7c4e414f2c148622851b3373bcf10f
parentAdd ~ppc keyword. (diff)
downloadgentoo-2-d0595ac9ed98113cfbd1ca23ed12350b514260c8.tar.gz
gentoo-2-d0595ac9ed98113cfbd1ca23ed12350b514260c8.tar.bz2
gentoo-2-d0595ac9ed98113cfbd1ca23ed12350b514260c8.zip
Add missing x11-proto/inputproto to DEPEND, bug #227735.
(Portage version: 2.1.5.5)
-rw-r--r--x11-misc/fxred/ChangeLog7
-rw-r--r--x11-misc/fxred/fxred-0.9.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/fxred/ChangeLog b/x11-misc/fxred/ChangeLog
index 555d7a5d045c..0b74161853ff 100644
--- a/x11-misc/fxred/ChangeLog
+++ b/x11-misc/fxred/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/fxred
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/ChangeLog,v 1.13 2007/07/22 03:11:03 coldwind Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/ChangeLog,v 1.14 2008/06/17 12:39:45 nelchael Exp $
+
+ 17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> fxred-0.9.ebuild:
+ Add missing x11-proto/inputproto to DEPEND, bug #227735.
22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> fxred-0.9.ebuild:
virtual/x11 removed.
diff --git a/x11-misc/fxred/fxred-0.9.ebuild b/x11-misc/fxred/fxred-0.9.ebuild
index de7c9ce6d43c..0bac62f12d40 100644
--- a/x11-misc/fxred/fxred-0.9.ebuild
+++ b/x11-misc/fxred/fxred-0.9.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/fxred/fxred-0.9.ebuild,v 1.8 2007/07/22 03:11:03 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/fxred-0.9.ebuild,v 1.9 2008/06/17 12:39:45 nelchael Exp $
DESCRIPTION="a handler for the red scroll button of the Logitech TrackMan Marble
FX, a trackball."
@@ -16,6 +16,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXtst"
DEPEND="${RDEPEND}
x11-proto/xextproto
+ x11-proto/inputproto
x11-proto/xproto
x11-libs/libXt"