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 01C90158094 for ; Thu, 8 Sep 2022 16:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5583E0AD1; Thu, 8 Sep 2022 16:05:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 77C7DE09FB for ; Thu, 8 Sep 2022 16:05:57 +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 4076133BECE for ; Thu, 8 Sep 2022 16:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88A515CD for ; Thu, 8 Sep 2022 16:05:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662653018.de7755366ace3c99a5618882b6eb86b49b5109de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qtox/qtox-1.17.6-r1.ebuild net-im/qtox/qtox-1.17.6.ebuild net-im/qtox/qtox-9999.ebuild X-VCS-Directories: net-im/qtox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de7755366ace3c99a5618882b6eb86b49b5109de X-VCS-Branch: master Date: Thu, 8 Sep 2022 16:05:54 +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: 93e1767d-d248-4da4-9878-7c81b0e6e7ed X-Archives-Hash: aba28e002761639d6d9cc393c872a2b6 commit: de7755366ace3c99a5618882b6eb86b49b5109de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 8 14:36:17 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 8 16:03:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de775536 net-im/qtox: Prepare for dev-qt/qtgui losing IUSE gif Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/qtox/{qtox-1.17.6.ebuild => qtox-1.17.6-r1.ebuild} | 2 +- net-im/qtox/qtox-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/qtox/qtox-1.17.6.ebuild b/net-im/qtox/qtox-1.17.6-r1.ebuild similarity index 98% rename from net-im/qtox/qtox-1.17.6.ebuild rename to net-im/qtox/qtox-1.17.6-r1.ebuild index a2a84d3ec982..ef4155852191 100644 --- a/net-im/qtox/qtox-1.17.6.ebuild +++ b/net-im/qtox/qtox-1.17.6-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-libs/libsodium:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtgui:5[gif,jpeg,png,X(-)] + dev-qt/qtgui:5[gif(+),jpeg,png,X(-)] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtsvg:5 diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index f9ff34f329b6..fe8a64494ea3 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-libs/libsodium:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtgui:5[gif,jpeg,png,X(-)] + dev-qt/qtgui:5[gif(+),jpeg,png,X(-)] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtsvg:5