Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/
Date: Tue, 26 Nov 2019 00:58:46
Message-Id: 1574729418.435ddbb948cd7085740e271d7aaba538b339582f.whissi@gentoo
1 commit: 435ddbb948cd7085740e271d7aaba538b339582f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 00:50:18 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 00:50:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435ddbb9
7
8 sys-auth/polkit-qt: x86 stable (bug #700046)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
17 index 755d61bc62d..6873d44cf9f 100644
18 --- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
19 +++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
21
22 if [[ ${KDE_BUILD_TYPE} = release ]]; then
23 SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
24 - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
25 + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
26 S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
27 fi