commit:     b40d52d118becd05ab495122ce0f0ee151f6b2f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 19:53:30 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 19:53:34 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b40d52d1

sys-auth/polkit-qt: Sync DESCRIPTION and release switch w/ Gentoo repo

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild 
b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index f0a82feab2..23e69a6597 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -6,12 +6,17 @@ EAPI=7
 KDE_ORG_NAME="polkit-qt-1"
 inherit cmake-utils kde.org
 
-DESCRIPTION="PolicyKit Qt API wrapper library"
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
 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"
+       S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
+fi
+
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="debug examples"
 
 RDEPEND="

Reply via email to