summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-17 00:19:01 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-17 00:19:01 +0000
commit0ba14415b09095e6004908ee03ffe042c6bd6b93 (patch)
treec2d95d235ad0a0faf555dc05cc077702a7b64f2c /app-misc/ithought
parentlintool cleanup for #9225 (diff)
downloadhistorical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.gz
historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.bz2
historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.zip
lintool cleanup for #9225
Diffstat (limited to 'app-misc/ithought')
-rw-r--r--app-misc/ithought/ithought-0.0.5-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild
index a3495452aad2..6c0fd5a883af 100644
--- a/app-misc/ithought/ithought-0.0.5-r1.ebuild
+++ b/app-misc/ithought/ithought-0.0.5-r1.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/ithought/ithought-0.0.5-r1.ebuild,v 1.7 2002/10/04 04:55:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.8 2002/10/17 00:14:17 vapier Exp $
#emerge doesn't yet support things like a5
@@ -16,13 +16,14 @@ KEYWORDS="x86"
DEPEND="=x11-libs/gtk+-1.2*
dev-libs/libxml2"
+RDEPEND="${DEPEND}"
src_compile() {
econf || die
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}