diff options
author | 2020-05-29 10:04:21 +0200 | |
---|---|---|
committer | 2020-05-29 10:05:08 +0200 | |
commit | 0ee8df59576601e98af0269aa96a66f2f8b713c6 (patch) | |
tree | 9ccd0d209856484a395c17567f2656f9e1095c74 /x11-misc/fraqtive | |
parent | sys-apps/ripgrep: revbump 12.1.0, fix uncompress .Z support (diff) | |
download | gentoo-0ee8df59576601e98af0269aa96a66f2f8b713c6.tar.gz gentoo-0ee8df59576601e98af0269aa96a66f2f8b713c6.tar.bz2 gentoo-0ee8df59576601e98af0269aa96a66f2f8b713c6.zip |
x11-misc/fraqtive: Depend on dev-qt/qtxml:5
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Closes: https://bugs.gentoo.org/726040
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/fraqtive')
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild (renamed from x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild index 331b0ef776a4..7c98c2069002 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 - inherit qmake-utils toolchain-funcs xdg DESCRIPTION="Open source, multi-platform generator of the Mandelbrot family fractals" @@ -21,6 +20,7 @@ DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 + dev-qt/qtxml:5 virtual/glu " RDEPEND="${DEPEND}" |