diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | df5dbac64793120bd42de7e388374590da2b5287 (patch) | |
tree | 90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/ttyrec | |
parent | unmask baselayout-1.10 (diff) | |
download | historical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2 historical-df5dbac64793120bd42de7e388374590da2b5287.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ttyrec')
-rw-r--r-- | app-misc/ttyrec/ttyrec-1.0.6.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index fabfdf72a590..6e789ed68929 100644 --- a/app-misc/ttyrec/ttyrec-1.0.6.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.6.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-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.4 2004/06/24 22:36:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.5 2004/06/28 04:16:26 vapier Exp $ DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" @@ -8,17 +8,17 @@ SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" -IUSE="" KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" -src_compile () { +src_compile() { make CFLAGS="${CFLAGS}" || die } -src_install () { - dobin ttyrec ttyplay ttytime +src_install() { + dobin ttyrec ttyplay ttytime || die dodoc README doman *.1 } |