Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/
Date: Thu, 29 Dec 2016 16:23:30
Message-Id: 1483028590.fa3f6eb996f587fb09b8111b9578136969079f2b.johu@gentoo
1 commit: fa3f6eb996f587fb09b8111b9578136969079f2b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 16:23:10 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 16:23:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3f6eb9
7
8 media-libs/phonon: Drop ia64/sparc to testing
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/phonon/phonon-4.7.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/phonon/phonon-4.7.2.ebuild b/media-libs/phonon/phonon-4.7.2.ebuild
16 index 641c7e8..262d84a 100644
17 --- a/media-libs/phonon/phonon-4.7.2.ebuild
18 +++ b/media-libs/phonon/phonon-4.7.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,11 +6,10 @@ EAPI=5
26
27 if [[ ${PV} != *9999* ]]; then
28 SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
29 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 + KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31 else
32 SCM_ECLASS="git-r3"
33 EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
34 - KEYWORDS=""
35 fi
36
37 inherit cmake-utils multibuild ${SCM_ECLASS}