diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 16:02:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 16:02:10 +0000 |
commit | 94351a783c937132593ea5922097417849ebadf8 (patch) | |
tree | 4064f0110ab502eb3fbb2bf9977f86f1c108c22f /app-accessibility/nfbtrans | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-94351a783c937132593ea5922097417849ebadf8.tar.gz gentoo-2-94351a783c937132593ea5922097417849ebadf8.tar.bz2 gentoo-2-94351a783c937132593ea5922097417849ebadf8.zip |
love thy libc
Diffstat (limited to 'app-accessibility/nfbtrans')
-rw-r--r-- | app-accessibility/nfbtrans/nfbtrans-7.70.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild index e84e47797a94..b2c30a76bd2e 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild,v 1.4 2004/06/24 21:23:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild,v 1.5 2004/06/25 16:00:45 vapier Exp $ inherit eutils -DESCRIPTION="The braille translator from the National Federation of the Blind" +DESCRIPTION="braille translator from the National Federation of the Blind" HOMEPAGE="http://www.nfb.org/nfbtrans.htm" SRC_URI="http://www.nfb.org/braille/nfbtrans/nfbtr770.zip" + LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND="virtual/glibc" + +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=app-arch/unzip-5.50-r2" @@ -30,7 +32,7 @@ src_compile() { } src_install() { - dobin nfbtrans + dobin nfbtrans || die dodoc *fmt readme.txt makedoc insinto /etc/nfbtrans doins *cnf *tab *dic spell.dat *zip |