diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-08 12:31:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-08 12:31:16 +0000 |
commit | 2e49434e9bf4bfc72c3da16ccc191920b100c5a8 (patch) | |
tree | 8d7fda67935278058ce1ee6aa127c1b6e29b1116 /games-util | |
parent | mailman fix for 53054 (diff) | |
download | gentoo-2-2e49434e9bf4bfc72c3da16ccc191920b100c5a8.tar.gz gentoo-2-2e49434e9bf4bfc72c3da16ccc191920b100c5a8.tar.bz2 gentoo-2-2e49434e9bf4bfc72c3da16ccc191920b100c5a8.zip |
Added qt3 to the inherit line and closing bug #123043. Thanks to Caleb Tennis <caleb@gentoo.org> for the fix.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qjoypad/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/qjoypad/qjoypad-3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-util/qjoypad/ChangeLog b/games-util/qjoypad/ChangeLog index ff92ff897100..bd0e11d3a607 100644 --- a/games-util/qjoypad/ChangeLog +++ b/games-util/qjoypad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/qjoypad # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.4 2006/04/04 17:37:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.5 2006/05/08 12:31:16 wolf31o2 Exp $ + + 08 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> qjoypad-3.4.ebuild: + Added qt3 to the inherit line and closing bug #123043. Thanks to Caleb + Tennis <caleb@gentoo.org> for the fix. 04 Apr 2006; <Tupone@gentoo.org> +files/qjoypad-3.4-gcc41.patch, qjoypad-3.4.ebuild: diff --git a/games-util/qjoypad/qjoypad-3.4.ebuild b/games-util/qjoypad/qjoypad-3.4.ebuild index fabc3b804726..252b58d60e7b 100644 --- a/games-util/qjoypad/qjoypad-3.4.ebuild +++ b/games-util/qjoypad/qjoypad-3.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.ebuild,v 1.6 2006/04/04 17:37:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-3.4.ebuild,v 1.7 2006/05/08 12:31:16 wolf31o2 Exp $ -inherit eutils +inherit qt3 eutils DESCRIPTION="translate gamepad/joystick input into key strokes/mouse actions in X" HOMEPAGE="http://qjoypad.sourceforge.net/" |