diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-04-15 02:51:10 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-04-15 02:51:10 +0000 |
commit | e11028890111851f5681c022833d46b45494f887 (patch) | |
tree | 1fc12998197bdc4926cc9458da6cbde686de5451 | |
parent | Revbump for missing RDEPEND (diff) | |
download | gentoo-2-e11028890111851f5681c022833d46b45494f887.tar.gz gentoo-2-e11028890111851f5681c022833d46b45494f887.tar.bz2 gentoo-2-e11028890111851f5681c022833d46b45494f887.zip |
keyword arm64, tested on cortex-a53 hardware; support lxqt, bug 528676
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
-rw-r--r-- | sys-auth/polkit-qt/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index 2979579f4819..d0a200a26015 100644 --- a/sys-auth/polkit-qt/ChangeLog +++ b/sys-auth/polkit-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.38 2015/03/29 14:16:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.39 2015/04/15 02:51:10 dlan Exp $ + + 15 Apr 2015; Yixun Lan <dlan@gentoo.org> polkit-qt-0.112.0-r1.ebuild: + keyword arm64, tested on cortex-a53 hardware; support lxqt, bug 528676 29 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> polkit-qt-0.112.0-r1.ebuild: x86 stable wrt bug #524294 diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild index a27b74e0064b..352a4bce14de 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild,v 1.4 2015/03/29 14:16:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild,v 1.5 2015/04/15 02:51:10 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug examples +qt4 qt5" REQUIRED_USE="|| ( qt4 qt5 )" |