diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:38:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 12:38:03 +0000 |
commit | 096b2703da04ed25d5ee57901af1b164270ba721 (patch) | |
tree | dc087cda9d352aca37f8ff591d28db76783aa5cd /games-util | |
parent | Stable for amd64, wrt bug #475298 (diff) | |
download | gentoo-2-096b2703da04ed25d5ee57901af1b164270ba721.tar.gz gentoo-2-096b2703da04ed25d5ee57901af1b164270ba721.tar.bz2 gentoo-2-096b2703da04ed25d5ee57901af1b164270ba721.zip |
Stable for amd64, wrt bug #475238
(Portage version: 2.1.12.9/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 8c05094bac27..db6f584e43f8 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/joystick # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.20 2013/06/29 17:40:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.21 2013/06/30 12:38:03 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> joystick-1.4.4.ebuild: + Stable for amd64, wrt bug #475238 29 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> joystick-1.4.4.ebuild: add slot to libsdl dep diff --git a/games-util/joystick/joystick-1.4.4.ebuild b/games-util/joystick/joystick-1.4.4.ebuild index e0ef1567c272..7a593fcec837 100644 --- a/games-util/joystick/joystick-1.4.4.ebuild +++ b/games-util/joystick/joystick-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v 1.2 2013/06/29 17:40:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v 1.3 2013/06/30 12:38:03 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" DEPEND="sdl? ( media-libs/libsdl:0[video] ) |