Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/
Date: Sun, 06 Mar 2016 11:07:12
Message-Id: 1457171055.1cc2b00593191040be84b49acfc99bc655aae999.soap@gentoo
1 commit: 1cc2b00593191040be84b49acfc99bc655aae999
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 09:43:59 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 09:44:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc2b005
7
8 sci-mathematics/cgal: Add missing dev-qt/qtsvg:4 dep when USE="qt4"
9
10 Gentoo-Bug: 575032
11
12 Package-Manager: portage-2.2.27
13
14 sci-mathematics/cgal/{cgal-4.6.1.ebuild => cgal-4.6.1-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/cgal/cgal-4.6.1.ebuild b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild
18 similarity index 96%
19 rename from sci-mathematics/cgal/cgal-4.6.1.ebuild
20 rename to sci-mathematics/cgal/cgal-4.6.1-r1.ebuild
21 index 522767f..6e13ea6 100644
22 --- a/sci-mathematics/cgal/cgal-4.6.1.ebuild
23 +++ b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -34,6 +34,7 @@ RDEPEND="
31 qt4? (
32 dev-qt/qtgui:4
33 dev-qt/qtopengl:4
34 + dev-qt/qtsvg:4
35 )
36 mpfi? ( sci-libs/mpfi )"
37 DEPEND="${RDEPEND}