diff options
author | David Seifert <soap@gentoo.org> | 2016-03-05 10:43:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-05 10:44:15 +0100 |
commit | 1cc2b00593191040be84b49acfc99bc655aae999 (patch) | |
tree | b46360bd87c05f758420447ea9f7556915a5601c /sci-mathematics/cgal | |
parent | media-fonts/cantarell: amd64 stable, bug #566378 (diff) | |
download | gentoo-1cc2b00593191040be84b49acfc99bc655aae999.tar.gz gentoo-1cc2b00593191040be84b49acfc99bc655aae999.tar.bz2 gentoo-1cc2b00593191040be84b49acfc99bc655aae999.zip |
sci-mathematics/cgal: Add missing dev-qt/qtsvg:4 dep when USE="qt4"
Gentoo-Bug: 575032
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/cgal-4.6.1-r1.ebuild (renamed from sci-mathematics/cgal/cgal-4.6.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/cgal/cgal-4.6.1.ebuild b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild index 522767f929bd..6e13ea616471 100644 --- a/sci-mathematics/cgal/cgal-4.6.1.ebuild +++ b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,6 +34,7 @@ RDEPEND=" qt4? ( dev-qt/qtgui:4 dev-qt/qtopengl:4 + dev-qt/qtsvg:4 ) mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} |