Gentoo Archives: gentoo-commits

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