diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 0630e35e86283e37894a93aa49bf5e28a6da528d (patch) | |
tree | 210bfaf068600312542bd42e3b737414d737b33d /app-misc/joy2key | |
parent | Fixed bug #980 (diff) | |
download | historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2 historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'app-misc/joy2key')
-rw-r--r-- | app-misc/joy2key/joy2key-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/joy2key/joy2key-1.6.ebuild b/app-misc/joy2key/joy2key-1.6.ebuild index 2474e8bd9f36..542d6d2f99c1 100644 --- a/app-misc/joy2key/joy2key-1.6.ebuild +++ b/app-misc/joy2key/joy2key-1.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.1 2001/10/06 21:57:36 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="An application that translates joystick events to keyboard events" SRC_URI="http://www-unix.oit.umass.edu/~tetron/technology/joy2key/${A}" HOMEPAGE="http://www-unix.out.umass.edu/~tetron/technology/joy2key/" -DEPEND="( virtual/glibc ) +DEPEND="virtual/glibc X? ( virtual/x11 )" src_compile() { |