diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 14:29:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 14:29:29 +0000 |
commit | 5b5b093c9f3acb7e0df34de4a366c86a5379b100 (patch) | |
tree | 4af28557f04f4f6215e3540ac80f8ae339c26f5e /games-util | |
parent | Stable for amd64, wrt bug #551828 (diff) | |
download | gentoo-2-5b5b093c9f3acb7e0df34de4a366c86a5379b100.tar.gz gentoo-2-5b5b093c9f3acb7e0df34de4a366c86a5379b100.tar.bz2 gentoo-2-5b5b093c9f3acb7e0df34de4a366c86a5379b100.zip |
Stable for amd64, wrt bug #552214
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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] ) |