aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongxu Li <dongxuli2011@gmail.com>2012-07-15 14:24:48 -0400
committerDongxu Li <dongxuli2011@gmail.com>2012-07-15 14:32:44 -0400
commit37b99cd821d974ecec6255e756cf2ce36f432c9e (patch)
treea5a7cafe85ffc481f9c49b69eb7cee420ce242b8 /media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
parentclean up (diff)
downloadsci-37b99cd821d974ecec6255e756cf2ce36f432c9e.tar.gz
sci-37b99cd821d974ecec6255e756cf2ce36f432c9e.tar.bz2
sci-37b99cd821d974ecec6255e756cf2ce36f432c9e.zip
media-gfx/librecad: dependency fix, bug#426730
Diffstat (limited to 'media-gfx/librecad/librecad-2.0.0_alpha4.ebuild')
-rw-r--r--media-gfx/librecad/librecad-2.0.0_alpha4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
index fb3d2a781..5c3c639ff 100644
--- a/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
+++ b/media-gfx/librecad/librecad-2.0.0_alpha4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,6 @@ HOMEPAGE="http://www.librecad.org/"
SRC_URI="https://nodeload.github.com/LibreCAD/LibreCAD/tarball/${PV/_/} ->
${P}.tar.gz"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -20,6 +19,7 @@ IUSE="debug doc"
DEPEND="
x11-libs/qt-assistant:4
x11-libs/qt-gui:4
+ x11-libs/qt-svg:4
dev-libs/boost
dev-cpp/muParser
media-libs/freetype
@@ -33,7 +33,7 @@ src_unpack() {
}
src_prepare() {
- sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
+ sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro
}
src_install() {