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 D4F94138350 for ; Wed, 5 Feb 2020 19:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF1EFE0855; Wed, 5 Feb 2020 19:50:20 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2653E0855 for ; Wed, 5 Feb 2020 19:50:20 +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 8D2F534E60D for ; Wed, 5 Feb 2020 19:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B606E7 for ; Wed, 5 Feb 2020 19:49:59 +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: <1580932187.ad47a861d7bb827e5dec4b9e29965bce3b5632c1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.14.1-r1.ebuild dev-qt/qtgui/qtgui-5.14.1.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad47a861d7bb827e5dec4b9e29965bce3b5632c1 X-VCS-Branch: master Date: Wed, 5 Feb 2020 19:49:59 +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: 8c3912bc-dada-4346-a9e2-14c7962a4af5 X-Archives-Hash: 22b69b634d95bc130ba3b64825e1b019 commit: ad47a861d7bb827e5dec4b9e29965bce3b5632c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 2 17:14:06 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 5 19:49:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad47a861 dev-qt/qtgui: More fine-grained subslot Closes: https://bugs.gentoo.org/707658 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/{qtgui-5.14.1.ebuild => qtgui-5.14.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtgui/qtgui-5.14.1.ebuild b/dev-qt/qtgui/qtgui-5.14.1-r1.ebuild similarity index 99% rename from dev-qt/qtgui/qtgui-5.14.1.ebuild rename to dev-qt/qtgui/qtgui-5.14.1-r1.ebuild index ab7524bb0d7..f613f1709b5 100644 --- a/dev-qt/qtgui/qtgui-5.14.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.1-r1.ebuild @@ -7,6 +7,7 @@ QT5_MODULE="qtbase" inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" +SLOT=5/${PV} # bug 707658 if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"