summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 22:22:00 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 22:22:00 +0000
commite16ef8af10e5ae1d4fc9d2dce17c8925501cd28b (patch)
tree789e556c21cfbde8f7475459895bbb758edc09d1 /app-editors/videoteco
parentmetadata + LICENSE (diff)
downloadhistorical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.gz
historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.bz2
historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.zip
touch the libc
Diffstat (limited to 'app-editors/videoteco')
-rw-r--r--app-editors/videoteco/videoteco-4.69.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/videoteco/videoteco-4.69.ebuild b/app-editors/videoteco/videoteco-4.69.ebuild
index 7c08183ecf38..a4f037a69321 100644
--- a/app-editors/videoteco/videoteco-4.69.ebuild
+++ b/app-editors/videoteco/videoteco-4.69.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.8 2004/06/24 22:02:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.9 2004/06/27 22:20:00 vapier Exp $
inherit eutils
@@ -13,7 +13,8 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha x86"
IUSE=""
-DEPEND="virtual/glibc
+
+DEPEND="virtual/libc
sys-libs/libtermcap-compat"
S=${WORKDIR}/teco_4_69
@@ -25,7 +26,6 @@ src_compile() {
}
src_install() {
- insinto /usr/bin
- dobin teco
+ dobin teco || die
dodoc README RELEASE_NOTES
}