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 18ED1158013 for ; Wed, 22 Sep 2021 20:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C7AE0951; Wed, 22 Sep 2021 20:01:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B4D2E0950 for ; Wed, 22 Sep 2021 20:01:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9832342FFC for ; Wed, 22 Sep 2021 20:01:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2997114 for ; Wed, 22 Sep 2021 20:01:45 +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: <1632340888.1203b3cb79edbff9fb3dc510b68ee9f80a7678ea.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/linguist/linguist-5.15.2-r10.ebuild dev-qt/linguist/linguist-5.15.2-r11.ebuild X-VCS-Directories: dev-qt/linguist/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1203b3cb79edbff9fb3dc510b68ee9f80a7678ea X-VCS-Branch: master Date: Wed, 22 Sep 2021 20:01:45 +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: e68825ec-b220-41ae-a107-a0ac399091be X-Archives-Hash: 508a28e66e482a3cd942fd43fd83ba56 commit: 1203b3cb79edbff9fb3dc510b68ee9f80a7678ea Author: Davide Pesavento gentoo org> AuthorDate: Wed Sep 15 20:33:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 20:01:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1203b3cb dev-qt/linguist: png support in qtgui is required Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Davide Pesavento gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> .../linguist/{linguist-5.15.2-r10.ebuild => linguist-5.15.2-r11.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/linguist/linguist-5.15.2-r10.ebuild b/dev-qt/linguist/linguist-5.15.2-r11.ebuild similarity index 96% rename from dev-qt/linguist/linguist-5.15.2-r10.ebuild rename to dev-qt/linguist/linguist-5.15.2-r11.ebuild index e4d9d4505f5..d381188a7d9 100644 --- a/dev-qt/linguist/linguist-5.15.2-r10.ebuild +++ b/dev-qt/linguist/linguist-5.15.2-r11.ebuild @@ -18,7 +18,7 @@ IUSE="" DEPEND=" =dev-qt/designer-${QT5_PV}* =dev-qt/qtcore-${QT5_PV}*:5= - =dev-qt/qtgui-${QT5_PV}*:5= + =dev-qt/qtgui-${QT5_PV}*:5=[png] =dev-qt/qtprintsupport-${QT5_PV}* =dev-qt/qtwidgets-${QT5_PV}* =dev-qt/qtxml-${QT5_PV}*