commit: 4d770b30a57b8f36bdd4c1e7851b427f642ac3e6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 14:09:03 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 3 12:39:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4d770b30
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 <asturm <AT> gentoo.org> dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild index b403369c..b680c42c 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild @@ -6,6 +6,7 @@ EAPI=8 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"
