summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gato/gato-0.6.6.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/gato/gato-0.6.6.ebuild b/app-misc/gato/gato-0.6.6.ebuild
index 70323f5dd216..dfe636db53ac 100644
--- a/app-misc/gato/gato-0.6.6.ebuild
+++ b/app-misc/gato/gato-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gato/gato-0.6.6.ebuild,v 1.2 2005/01/19 01:16:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gato/gato-0.6.6.ebuild,v 1.3 2005/04/07 16:48:46 mr_bones_ Exp $
DESCRIPTION="An interface to the at UNIX command"
HOMEPAGE="http://www.arquired.es/users/aldelgado/proy/gato/"
@@ -9,6 +9,7 @@ SRC_URI="http://www.arquired.es/users/aldelgado/proy/gato/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
RDEPEND="=x11-libs/gtk+-1*"
DEPEND="${RDEPEND}
@@ -17,14 +18,14 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}/src
+ cd "${S}/src"
aclocal && autoheader && automake -a --foreign && autoconf || die "autotools failed"
}
src_compile() {
cd src
econf || die
- emake || die
+ emake || die "emake failed"
}
src_install() {