From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EACF81382C5 for ; Fri, 29 May 2020 08:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1172FE0857; Fri, 29 May 2020 08:05:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC6DBE0857 for ; Fri, 29 May 2020 08:05:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C711734EC91 for ; Fri, 29 May 2020 08:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DEA521E for ; Fri, 29 May 2020 08:05:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1590739508.0ee8df59576601e98af0269aa96a66f2f8b713c6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild X-VCS-Directories: x11-misc/fraqtive/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0ee8df59576601e98af0269aa96a66f2f8b713c6 X-VCS-Branch: master Date: Fri, 29 May 2020 08:05:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f6a3d8a-792a-41ed-91c8-d103a3f98742 X-Archives-Hash: 6d182e17644688d1944210839e02f944 commit: 0ee8df59576601e98af0269aa96a66f2f8b713c6 Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 29 08:04:21 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 29 08:05:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee8df59 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 gentoo.org> .../fraqtive/{fraqtive-0.4.8-r1.ebuild => fraqtive-0.4.8-r2.ebuild} | 4 ++-- 1 file 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 similarity index 94% rename from x11-misc/fraqtive/fraqtive-0.4.8-r1.ebuild rename to x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild index 331b0ef776a..7c98c206900 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}"