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 265511382C5 for ; Sun, 25 Apr 2021 20:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C118E0894; Sun, 25 Apr 2021 20:53:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6388FE0894 for ; Sun, 25 Apr 2021 20:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC5CD3416B9 for ; Sun, 25 Apr 2021 20:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7C972E for ; Sun, 25 Apr 2021 20:53:46 +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: <1619383771.b1696d43af231e86b23674d57c27a9ffa0ace7c7.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/qtwayland-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b1696d43af231e86b23674d57c27a9ffa0ace7c7 X-VCS-Branch: master Date: Sun, 25 Apr 2021 20:53:46 +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: d5068972-bb72-482f-8aa8-436ef03057d6 X-Archives-Hash: 1435ea46380063ccdf862d536f91e36d commit: b1696d43af231e86b23674d57c27a9ffa0ace7c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 25 20:49:31 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 25 20:49:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b1696d43 dev-qt/qtwayland: Cleanup obsolete minimum dev-libs/wayland version Even the latest upstream requirement was dropped from Gentoo ebuild repository many years ago. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild index f15c3b42..2ae0db4d 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild @@ -14,7 +14,7 @@ fi IUSE="vulkan X" DEPEND=" - >=dev-libs/wayland-1.6.0 + dev-libs/wayland ~dev-qt/qtcore-${PV}:5= ~dev-qt/qtdeclarative-${PV}:5= ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]