summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-09-03 15:21:22 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-09-03 15:21:22 +0000
commit89fce3f8780afe0d2e79346672bc6a33dd8c8761 (patch)
treee17b4a64b0e89dad973fefab841fd7aa96de519b /x11-misc/touchcal
parentold (diff)
downloadgentoo-2-89fce3f8780afe0d2e79346672bc6a33dd8c8761.tar.gz
gentoo-2-89fce3f8780afe0d2e79346672bc6a33dd8c8761.tar.bz2
gentoo-2-89fce3f8780afe0d2e79346672bc6a33dd8c8761.zip
Keyword ~x86, set empty IUSE (bug #224351)
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5-git1 x86_64)
Diffstat (limited to 'x11-misc/touchcal')
-rw-r--r--x11-misc/touchcal/ChangeLog7
-rw-r--r--x11-misc/touchcal/touchcal-0.31.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/touchcal/ChangeLog b/x11-misc/touchcal/ChangeLog
index 37c2c2e74a44..3e43a83b9cdd 100644
--- a/x11-misc/touchcal/ChangeLog
+++ b/x11-misc/touchcal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/touchcal
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/ChangeLog,v 1.3 2007/05/15 14:25:15 bangert Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/ChangeLog,v 1.4 2008/09/03 15:21:22 rbu Exp $
+
+ 03 Sep 2008; Robert Buchholz <rbu@gentoo.org> touchcal-0.31.ebuild:
+ Keyword ~x86, set empty IUSE (bug #224351)
15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/x11-misc/touchcal/touchcal-0.31.ebuild b/x11-misc/touchcal/touchcal-0.31.ebuild
index 9b711e0b1142..ab125b0ec67d 100644
--- a/x11-misc/touchcal/touchcal-0.31.ebuild
+++ b/x11-misc/touchcal/touchcal-0.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/touchcal-0.31.ebuild,v 1.3 2007/07/13 05:09:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/touchcal-0.31.ebuild,v 1.4 2008/09/03 15:21:22 rbu Exp $
DESCRIPTION="Touchscreen calibration utility"
HOMEPAGE="http://touchcal.sourceforge.net"
@@ -8,10 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
DEPEND="sys-libs/ncurses"
+IUSE=""
src_install() {
- emake install DESTDIR=${D}
+ emake install DESTDIR="${D}" | die "failed to emake install"
dodoc README ChangeLog
}