summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 04:07:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 04:07:59 +0000
commitdea388aa47911cfb93e72e387e3d158938296a13 (patch)
tree19774aabf47ec5aad0bbefbae887d652dd99a079 /app-laptop/toshiba-utils
parentadd inherit eutils (diff)
downloadgentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.tar.gz
gentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.tar.bz2
gentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.zip
add inherit eutils
Diffstat (limited to 'app-laptop/toshiba-utils')
-rw-r--r--app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild b/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild
index 943eeb2225ab..41b9ba32d268 100644
--- a/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild
+++ b/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild,v 1.1 2004/03/08 05:52:22 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/toshiba-utils/toshiba-utils-2.0.1-r1.ebuild,v 1.2 2004/04/06 04:07:02 vapier Exp $
+
+inherit eutils
S=${WORKDIR}/toshutils-${PV}
DESCRIPTION="Toshiba Laptop Utilities"
HOMEPAGE="http://www.buzzard.org.uk/toshiba/"
SRC_URI="http://www.buzzard.org.uk/toshiba/toshutils-${PV}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 -ppc -sparc"
+SLOT="0"
+KEYWORDS="x86"
IUSE="X gtk"
DEPEND="gtk? ( =x11-libs/gtk+-1* )"
@@ -28,7 +30,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die
make depend
make -C src || die
}