summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-14 14:45:16 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-14 14:45:16 +0000
commit4b549693e511d06f33e1d979bd0c2f39f513f5de (patch)
tree7a58f22c3c52dc68995cd1ad5fcac8419820d297 /games-util
parentppc stable (bug 398083) (diff)
downloadgentoo-2-4b549693e511d06f33e1d979bd0c2f39f513f5de.tar.gz
gentoo-2-4b549693e511d06f33e1d979bd0c2f39f513f5de.tar.bz2
gentoo-2-4b549693e511d06f33e1d979bd0c2f39f513f5de.zip
ppc stable (bug 403233)
(Portage version: 2.1.10.65/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 419e8a4f73f7..a6b9fc7fc9d5 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.17 2012/06/13 06:43:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.18 2012/06/14 14:45:16 xmw Exp $
+
+ 14 Jun 2012; Michael Weber <xmw@gentoo.org> joystick-0_pre20060731.ebuild:
+ ppc stable (bug 403233)
13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> joystick-1.4.2.ebuild:
no need for src_compile
diff --git a/games-util/joystick/joystick-0_pre20060731.ebuild b/games-util/joystick/joystick-0_pre20060731.ebuild
index 523b6b0d85ab..54092da1fd69 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.2 2012/02/13 11:41:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-0_pre20060731.ebuild,v 1.3 2012/06/14 14:45:16 xmw 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] )