diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
commit | 0ba14415b09095e6004908ee03ffe042c6bd6b93 (patch) | |
tree | c2d95d235ad0a0faf555dc05cc077702a7b64f2c /app-misc/joy2key | |
parent | lintool cleanup for #9225 (diff) | |
download | historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.gz historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.bz2 historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/joy2key')
-rw-r--r-- | app-misc/joy2key/joy2key-1.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/joy2key/joy2key-1.6.ebuild b/app-misc/joy2key/joy2key-1.6.ebuild index 90f4d6f3e86d..dd89a179a924 100644 --- a/app-misc/joy2key/joy2key-1.6.ebuild +++ b/app-misc/joy2key/joy2key-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.8 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/joy2key/joy2key-1.6.ebuild,v 1.9 2002/10/17 00:14:17 vapier Exp $ IUSE="X" @@ -14,6 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="X? ( virtual/x11 )" +RDEPEND="${DEPEND}" src_compile() { local myconf @@ -24,7 +25,7 @@ src_compile() { make || die } -src_install () { +src_install() { dobin joy2key doman joy2key.1 dodoc README joy2keyrc.sample AUTHORS NEWS TODO |