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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C744158041 for ; Fri, 23 Feb 2024 11:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B73E2A75; Fri, 23 Feb 2024 11:20:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0D8E2A75 for ; Fri, 23 Feb 2024 11:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8896634306F for ; Fri, 23 Feb 2024 11:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F230C131B for ; Fri, 23 Feb 2024 11:20:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1708687249.79afacaddbb1a11ef2bbdd47f79760a5bed89639.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild app-editors/qxmledit/qxmledit-0.9.18.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 79afacaddbb1a11ef2bbdd47f79760a5bed89639 X-VCS-Branch: master Date: Fri, 23 Feb 2024 11:20:55 +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: 89d52c72-4af3-4c61-8718-b3915067b40a X-Archives-Hash: f93c3996a921148618eb060c7724527e commit: 79afacaddbb1a11ef2bbdd47f79760a5bed89639 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 23 11:20:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 23 11:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79afacad app-editors/qxmledit: fix dependencies on Qt imageformats Closes: https://bugs.gentoo.org/925300 Signed-off-by: Arthur Zamarin gentoo.org> .../qxmledit/{qxmledit-0.9.18.ebuild => qxmledit-0.9.18-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/qxmledit/qxmledit-0.9.18.ebuild b/app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild similarity index 96% rename from app-editors/qxmledit/qxmledit-0.9.18.ebuild rename to app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild index 7cb89f9e07c6..991f54019207 100644 --- a/app-editors/qxmledit/qxmledit-0.9.18.ebuild +++ b/app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~riscv ~x86" DEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtgui:5 + dev-qt/qtgui:5[jpeg] + dev-qt/qtimageformats:5[mng] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5