summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-04-30 23:56:00 +0000
committerThomas Sachau <tommy@gentoo.org>2009-04-30 23:56:00 +0000
commit9deef0a8e64acc60d47f5b00db8461a994ed3ac1 (patch)
tree9c4ad6a924a9101ffa1c7c742da544891edc6068 /app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild
parentsci-visualization/tulip: ebuild polish, as requested (diff)
downloadsunrise-9deef0a8e64acc60d47f5b00db8461a994ed3ac1.tar.gz
sunrise-9deef0a8e64acc60d47f5b00db8461a994ed3ac1.tar.bz2
sunrise-9deef0a8e64acc60d47f5b00db8461a994ed3ac1.zip
app-text/cuneiform-qt: Drop wrong versioned live ebuild, quote EAPI var, use PN, drop S, drop unneeded die for equmake4
svn path=/sunrise/; revision=8469
Diffstat (limited to 'app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild')
-rw-r--r--app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild b/app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild
index 77bdada5a..2c48a59e8 100644
--- a/app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild
+++ b/app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=1
+EAPI="1"
inherit qt4
@@ -21,7 +21,7 @@ RDEPEND="${DEPEND}"
src_compile () {
sed 's:/share/apps/cuneiform-qt/:/share/cuneiform-qt/:' -i cuneiform-qt.pro || die "Cannot patch cuneiform-qt.pro"
- PREFIX="/usr" eqmake4 || die "Cannot run qmake"
+ PREFIX="/usr" eqmake4
emake || die "Cannot run make"
}