summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2011-07-03 21:15:21 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2011-07-03 21:15:21 +0000
commitafbffa7317c45bf1ced46a73263a933baa567b40 (patch)
tree2b5b5a151527ad4130eae33124da61161a684bdd /media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
parentdev-libs/jansson: Version bump (diff)
downloadsunrise-afbffa7317c45bf1ced46a73263a933baa567b40.tar.gz
sunrise-afbffa7317c45bf1ced46a73263a933baa567b40.tar.bz2
sunrise-afbffa7317c45bf1ced46a73263a933baa567b40.zip
media-gfx/fontmatrix: EAPI bump, added missing depend.
svn path=/sunrise/; revision=12200
Diffstat (limited to 'media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild')
-rw-r--r--media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild b/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
index c2559ee76..5065b1606 100644
--- a/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
+++ b/media-gfx/fontmatrix/fontmatrix-0.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=4
inherit qt4-r2 cmake-utils
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-sql:4
x11-libs/qt-svg:4
x11-libs/qt-webkit:4
media-libs/freetype:2"
@@ -29,11 +30,11 @@ src_configure() {
}
src_install() {
- dobin "${CMAKE_BUILD_DIR}"/src/${PN} || die
- doman ${PN}.1 || die
- domenu ${PN}.desktop || die
+ dobin "${CMAKE_BUILD_DIR}"/src/${PN}
+ doman ${PN}.1
+ domenu ${PN}.desktop
doicon ${PN}.png
- dodoc ChangeLog TODO || die
+ dodoc ChangeLog TODO
}
pkg_postinst() {