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 1F305158018 for ; Sun, 3 Oct 2021 12:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DBD2E083D; Sun, 3 Oct 2021 12:34:08 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42A76E083D for ; Sun, 3 Oct 2021 12:34:08 +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 2F89E342E98 for ; Sun, 3 Oct 2021 12:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8038183 for ; Sun, 3 Oct 2021 12:34:05 +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: <1633264393.625596f03e4cc692d8a813968074aa4964ecbd93.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 625596f03e4cc692d8a813968074aa4964ecbd93 X-VCS-Branch: master Date: Sun, 3 Oct 2021 12:34:05 +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: dd023a55-bd3d-4dee-8e07-9fec22ef800b X-Archives-Hash: 404057f030d2adc1ba1739e7748e4c62 commit: 625596f03e4cc692d8a813968074aa4964ecbd93 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 2 14:09:03 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 12:33:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625596f0 dev-qt/qtwayland: More fine-grained subslot Bug: https://bugs.gentoo.org/806797 Bug: https://bugs.gentoo.org/815646 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{qtwayland-5.15.2-r13.ebuild => qtwayland-5.15.2-r14.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild similarity index 96% rename from dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild rename to dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild index 65b2a358dea..013c7c42593 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild @@ -7,6 +7,7 @@ KDE_ORG_COMMIT=efe6edcaf8eba601dff99ec6ad4457c8a4442f86 inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" +SLOT=5/${QT5_PV} # bug 815646 if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"