diff options
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.4.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 1d019a732538..e1671bc1fa53 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/joystick # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.33 2015/05/17 19:00:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.34 2015/06/26 14:29:29 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> joystick-1.4.8-r1.ebuild: + Stable for amd64, wrt bug #552214 17 May 2015; Michael Sterrett <mr_bones_@gentoo.org> files/joystick-1.4.8-udev.patch: diff --git a/games-util/joystick/joystick-1.4.8-r1.ebuild b/games-util/joystick/joystick-1.4.8-r1.ebuild index 36c5bab9d231..3249b38a5c9b 100644 --- a/games-util/joystick/joystick-1.4.8-r1.ebuild +++ b/games-util/joystick/joystick-1.4.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.8-r1.ebuild,v 1.1 2015/05/16 06:04:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.8-r1.ebuild,v 1.2 2015/06/26 14:29:29 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="sdl udev" DEPEND="sdl? ( media-libs/libsdl:0[video] ) |