diff options
author | 2002-10-17 00:19:01 +0000 | |
---|---|---|
committer | 2002-10-17 00:19:01 +0000 | |
commit | de6070b06f5b744e81672f51bfaa11ee5ca016ea (patch) | |
tree | 5e74519e476da943129be273ea589d6a8e1641b5 /app-misc/gtypist | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.gz gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.bz2 gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/gtypist-2.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/gtypist/gtypist-2.5.ebuild b/app-misc/gtypist/gtypist-2.5.ebuild index ee932bb4ae30..03a4a7c24a07 100644 --- a/app-misc/gtypist/gtypist-2.5.ebuild +++ b/app-misc/gtypist/gtypist-2.5.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/gtypist/gtypist-2.5.ebuild,v 1.5 2002/10/04 04:55:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.5.ebuild,v 1.6 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor." @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=sys-libs/ncurses-5.2" +RDEPEND="${DEPEND}" src_compile() { local myconf @@ -28,7 +29,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS } |