summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-02-13 11:41:20 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-02-13 11:41:20 +0000
commitff1975e1a437c2336185d239ec1c12550cb7052d (patch)
tree2e8d2fdf107bb9b6dcdb98e479ee511be9e02138 /games-util
parentFix FEATURES=test on arm and alpha (bug #403343 by Markus Meier). (diff)
downloadgentoo-2-ff1975e1a437c2336185d239ec1c12550cb7052d.tar.gz
gentoo-2-ff1975e1a437c2336185d239ec1c12550cb7052d.tar.bz2
gentoo-2-ff1975e1a437c2336185d239ec1c12550cb7052d.zip
Stable for amd64, wrt bug #403233
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/joystick/ChangeLog5
-rw-r--r--games-util/joystick/joystick-0_pre20060731.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog
index e85963e2afa1..deafd580dafa 100644
--- a/games-util/joystick/ChangeLog
+++ b/games-util/joystick/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/joystick
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.12 2012/02/12 19:33:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.13 2012/02/13 11:41:20 ago Exp $
+
+ 13 Feb 2012; Agostino Sarubbo <ago@gentoo.org> joystick-0_pre20060731.ebuild:
+ Stable for amd64, wrt bug #403233
12 Feb 2012; Mike Frysinger <vapier@gentoo.org> joystick-1.4.2.ebuild:
Do not block newer tslib that no longer installs inputattach #281456.
diff --git a/games-util/joystick/joystick-0_pre20060731.ebuild b/games-util/joystick/joystick-0_pre20060731.ebuild
index 114611914467..523b6b0d85ab 100644
--- a/games-util/joystick/joystick-0_pre20060731.ebuild
+++ b/games-util/joystick/joystick-0_pre20060731.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-0_pre20060731.ebuild,v 1.1 2012/02/12 18:36:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-0_pre20060731.ebuild,v 1.2 2012/02/13 11:41:20 ago Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P/0_pre}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="sdl"
DEPEND="sdl? ( media-libs/libsdl[video] )