summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 04:08:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 04:08:19 +0000
commit4952a43f14933879da1c8f31d7bb041ae4df26fd (patch)
tree351998c021d51eb4bb88f69272dca6058d6e9f2c /app-laptop/toshiba-utils
parentmissed a spot (diff)
downloadhistorical-4952a43f14933879da1c8f31d7bb041ae4df26fd.tar.gz
historical-4952a43f14933879da1c8f31d7bb041ae4df26fd.tar.bz2
historical-4952a43f14933879da1c8f31d7bb041ae4df26fd.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
}