summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/morseall/morseall-0.4.8.ebuild')
-rw-r--r--app-accessibility/morseall/morseall-0.4.8.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-accessibility/morseall/morseall-0.4.8.ebuild b/app-accessibility/morseall/morseall-0.4.8.ebuild
index 8383b18aa147..5d75f1236a85 100644
--- a/app-accessibility/morseall/morseall-0.4.8.ebuild
+++ b/app-accessibility/morseall/morseall-0.4.8.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.4.8.ebuild,v 1.2 2009/08/12 18:20:10 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.4.8.ebuild,v 1.3 2011/08/19 11:30:44 nirbheek Exp $
+
+EAPI="2"
DESCRIPTION="Allows people who have limitid mobility to control their computer using morse code"
HOMEPAGE="http://morseall.org/"
@@ -11,10 +13,10 @@ SLOT="0"
KEYWORDS="-amd64 ~x86"
IUSE=""
-DEPEND="gnome-extra/at-spi"
+DEPEND="gnome-extra/at-spi:1"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die "install failed"
dodoc README CHANGES
}