diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:18:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:21 +0100 |
commit | 1f7a4c699640619310674d09078ae2c998786389 (patch) | |
tree | 7e8aae6fbe3e7c178477653d555184487ec70b17 /media-libs/phonon-gstreamer | |
parent | media-libs/phonon-vlc: ppc64 stable wrt bug #587346 (diff) | |
download | gentoo-1f7a4c699640619310674d09078ae2c998786389.tar.gz gentoo-1f7a4c699640619310674d09078ae2c998786389.tar.bz2 gentoo-1f7a4c699640619310674d09078ae2c998786389.zip |
media-libs/phonon-gstreamer: ppc64 stable wrt bug #587346
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild index c01f19fe8f05..4b5c0235b179 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ MY_P=${MY_PN}-${PV} if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 |