summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 23:10:34 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 23:10:34 +0000
commit8d078d1e060ad2bc2785f47f547f600b41e578af (patch)
tree6fc6af5022813ebc6e250b00af71df4ad36d7878 /app-emulation/tiger
parenttouch the libc (Manifest recommit) (diff)
downloadgentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.tar.gz
gentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.tar.bz2
gentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.zip
touch the libc
Diffstat (limited to 'app-emulation/tiger')
-rw-r--r--app-emulation/tiger/tiger-0.8.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/tiger/tiger-0.8.ebuild b/app-emulation/tiger/tiger-0.8.ebuild
index 9337e628f80d..7c5914ab443d 100644
--- a/app-emulation/tiger/tiger-0.8.ebuild
+++ b/app-emulation/tiger/tiger-0.8.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/tiger/tiger-0.8.ebuild,v 1.5 2004/06/24 22:34:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/tiger/tiger-0.8.ebuild,v 1.6 2004/06/27 23:07:16 vapier Exp $
DESCRIPTION="Ti-92 Graphing Calculator Emulator"
-SRC_URI="http://xtiger.sourceforge.net/files/${P}.tar.gz"
HOMEPAGE="http://xtiger.sourceforge.net/"
+SRC_URI="http://xtiger.sourceforge.net/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ~ppc"
+IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
media-libs/libggi"
src_compile() {
@@ -20,6 +20,6 @@ src_compile() {
src_install() {
dobin tiger || die
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL README
+ dodoc AUTHORS ChangeLog HACKING INSTALL README
doman debian/tiger.1
}