media-sound/amarok: drop ~ppc keyword

Package-Manager: portage-2.3.0
This commit is contained in:
Michael Palimaka
2016-07-07 03:48:56 +10:00
parent 957d1448d4
commit ae3831a308
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,7 +22,7 @@ if [[ ${PV} != *9999* ]]; then
else
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
fi
KEYWORDS="amd64 ~ppc x86"
KEYWORDS="amd64 x86"
else
KEYWORDS=""
fi

View File

@@ -17,7 +17,7 @@ DESCRIPTION="Advanced audio player based on KDE framework"
HOMEPAGE="http://amarok.kde.org/"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi