Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/
Date: Fri, 29 May 2020 08:05:15
Message-Id: 1590739508.0ee8df59576601e98af0269aa96a66f2f8b713c6.jer@gentoo
1 commit: 0ee8df59576601e98af0269aa96a66f2f8b713c6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 08:04:21 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 08:05:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee8df59
7
8 x11-misc/fraqtive: Depend on dev-qt/qtxml:5
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Closes: https://bugs.gentoo.org/726040
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 .../fraqtive/{fraqtive-0.4.8-r1.ebuild => fraqtive-0.4.8-r2.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
18 similarity index 94%
19 rename from x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild
20 rename to x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
21 index 331b0ef776a..7c98c206900 100644
22 --- a/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild
23 +++ b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
24 @@ -1,8 +1,7 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 -
31 inherit qmake-utils toolchain-funcs xdg
32
33 DESCRIPTION="Open source, multi-platform generator of the Mandelbrot family fractals"
34 @@ -21,6 +20,7 @@ DEPEND="
35 dev-qt/qtcore:5
36 dev-qt/qtgui:5
37 dev-qt/qtopengl:5
38 + dev-qt/qtxml:5
39 virtual/glu
40 "
41 RDEPEND="${DEPEND}"