diff options
author | David Holm <dholm@gentoo.org> | 2005-07-21 07:57:17 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-21 07:57:17 +0000 |
commit | 318647ee72c5fbf7eb8f7cf1c3ab37414bef73f4 (patch) | |
tree | 544d49225758e6fed76605be674852eb90a32763 /games-util/joystick | |
parent | Fix --minkernpackage issues with Catalyst. (diff) | |
download | gentoo-2-318647ee72c5fbf7eb8f7cf1c3ab37414bef73f4.tar.gz gentoo-2-318647ee72c5fbf7eb8f7cf1c3ab37414bef73f4.tar.bz2 gentoo-2-318647ee72c5fbf7eb8f7cf1c3ab37414bef73f4.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-util/joystick')
-rw-r--r-- | games-util/joystick/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/joystick/joystick-20050720.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 4b1f111e697b..4fa22789b5f3 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/joystick # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.1 2005/07/21 03:58:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.2 2005/07/21 07:53:07 dholm Exp $ + + 21 Jul 2005; David Holm <dholm@gentoo.org> joystick-20050720.ebuild: + Added to ~ppc. *joystick-20050720 (20 Jul 2005) diff --git a/games-util/joystick/joystick-20050720.ebuild b/games-util/joystick/joystick-20050720.ebuild index 366180b2e75f..583dc329d8cb 100644 --- a/games-util/joystick/joystick-20050720.ebuild +++ b/games-util/joystick/joystick-20050720.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20050720.ebuild,v 1.1 2005/07/21 03:58:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20050720.ebuild,v 1.2 2005/07/21 07:53:07 dholm Exp $ DESCRIPTION="joystick testing utilities" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~vojtech/input/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl" DEPEND="sdl? ( media-libs/libsdl )" |