diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-31 03:57:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-31 03:57:03 +0000 |
commit | 67893a09d423a52a3f170162c6c5fb2c36750c91 (patch) | |
tree | 38bc772338834bc6c568f3a3ed0b1a78231d100b | |
parent | LICENSE and SLOT (diff) | |
download | gentoo-2-67893a09d423a52a3f170162c6c5fb2c36750c91.tar.gz gentoo-2-67893a09d423a52a3f170162c6c5fb2c36750c91.tar.bz2 gentoo-2-67893a09d423a52a3f170162c6c5fb2c36750c91.zip |
SLOT fix
-rw-r--r-- | games-arcade/ddrmat/ddrmat-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/ddrmat/ddrmat-0.9.ebuild b/games-arcade/ddrmat/ddrmat-0.9.ebuild index a3d43eba3689..56060608e5ad 100644 --- a/games-arcade/ddrmat/ddrmat-0.9.ebuild +++ b/games-arcade/ddrmat/ddrmat-0.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.9.ebuild,v 1.2 2003/09/26 22:19:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.9.ebuild,v 1.3 2003/12/31 03:57:03 vapier Exp $ DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters" HOMEPAGE="http://www.icculus.org/pyddr/" SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz" LICENSE="GPL-2" -SLOT="${KV}" +SLOT="0" KEYWORDS="x86" DEPEND="virtual/linux-sources" |