summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-09-07 23:31:32 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-09-07 23:31:32 +0000
commit0fc572b54be2a00a1583a9633d20e26f856c27ae (patch)
tree93ad5ec99fffa32eb3876f8b2211fbd064921e5a /app-accessibility
parentAdding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 . Patch ... (diff)
downloadgentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.tar.gz
gentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.tar.bz2
gentoo-2-0fc572b54be2a00a1583a9633d20e26f856c27ae.zip
updated prefix setting in the live ebuild.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/espeakup/ChangeLog5
-rw-r--r--app-accessibility/espeakup/espeakup-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/espeakup/ChangeLog b/app-accessibility/espeakup/ChangeLog
index 97b29dc83ca5..bfb4b470aca9 100644
--- a/app-accessibility/espeakup/ChangeLog
+++ b/app-accessibility/espeakup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/espeakup
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.14 2009/08/07 05:57:25 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.15 2009/09/07 23:31:32 williamh Exp $
+
+ 07 Sep 2009; William Hubbs <williamh@gentoo.org> espeakup-9999.ebuild:
+ Updated prefix setting in the live ebuild.
07 Aug 2009; William Hubbs <williamh@gentoo.org> -espeakup-0.60.ebuild:
removed old version
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 4c6a211950d7..68b9eb7ac6b9 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.1 2009/07/22 01:36:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.2 2009/09/07 23:31:32 williamh Exp $
EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
inherit git
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" install || die "Install failed."
+ emake DESTDIR="${D}" PREFIX=/usr install || die "Install failed."
dodoc README ToDo
newconfd "${FILESDIR}"/espeakup.confd espeakup
newinitd "${FILESDIR}"/espeakup.rc espeakup