diff options
author | 2020-12-02 22:19:40 +0100 | |
---|---|---|
committer | 2020-12-03 01:17:28 +0100 | |
commit | 6bddabbe8a80fe45ef4faf49554d7070ffc4f2ce (patch) | |
tree | 4aef07099f8c517005d49e8d44cdeae6080ec07d /sys-auth | |
parent | media-libs/phonon-vlc: Fix MissingUseDepDefault, fix HOMEPAGE (diff) | |
download | kde-sunset-6bddabbe8a80fe45ef4faf49554d7070ffc4f2ce.tar.gz kde-sunset-6bddabbe8a80fe45ef4faf49554d7070ffc4f2ce.tar.bz2 kde-sunset-6bddabbe8a80fe45ef4faf49554d7070ffc4f2ce.zip |
sys-auth/polkit-kde-agent: Fix MissingUseDepDefault, drop ~ppc KEYWORD
Consolidate live switch
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild index c03511a2..869d85ef 100644 --- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild +++ b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild @@ -12,25 +12,22 @@ DESCRIPTION="PolKit agent module for KDE" HOMEPAGE="https://www.kde.org" if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz" + S=${WORKDIR}/${MY_P} fi LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm x86" SLOT="4" IUSE="debug minimal" RDEPEND=" - >=sys-auth/polkit-qt-0.103.0[qt4] + >=sys-auth/polkit-qt-0.103.0[qt4(-)] !sys-auth/polkit-kde " DEPEND="${RDEPEND} sys-devel/gettext " -if [[ ${KDE_BUILD_TYPE} != live ]] ; then - S=${WORKDIR}/${MY_P} -fi - src_prepare() { kde4-base_src_prepare |