diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-13 18:17:23 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-13 18:17:38 -0500 |
commit | d003307d8f79ff8725a74e5326ada1f70ed3c0b3 (patch) | |
tree | b130583dccfa5e33bce3169451b6f6a6ac7a20ee /sys-auth | |
parent | sys-devel/kgcc64: Stable for hppa too (diff) | |
download | gentoo-d003307d8f79ff8725a74e5326ada1f70ed3c0b3.tar.gz gentoo-d003307d8f79ff8725a74e5326ada1f70ed3c0b3.tar.bz2 gentoo-d003307d8f79ff8725a74e5326ada1f70ed3c0b3.zip |
sys-auth/polkit-qt: arm64 stable (bug #700046)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild index 1d09067472db..3d438c81c688 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" fi |