Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/
Date: Mon, 05 Dec 2016 12:16:28
Message-Id: 1480940174.5519a6278ce3a1de12aa125cf40bba6aa4af5e1c.aballier@gentoo
1 commit: 5519a6278ce3a1de12aa125cf40bba6aa4af5e1c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 12:15:33 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 12:16:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5519a627
7
8 media-video/mplayer: drop keywords for arches not having ffmpeg 3 keyworded
9
10 Package-Manager: portage-2.3.2
11
12 media-video/mplayer/mplayer-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/mplayer/mplayer-1.3.0.ebuild b/media-video/mplayer/mplayer-1.3.0.ebuild
16 index 38bb01a..ee6d828 100644
17 --- a/media-video/mplayer/mplayer-1.3.0.ebuild
18 +++ b/media-video/mplayer/mplayer-1.3.0.ebuild
19 @@ -159,7 +159,7 @@ RDEPEND+="
20 SLOT="0"
21 LICENSE="GPL-2"
22 if [[ ${PV} != *9999* ]]; then
23 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
24 + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
25 else
26 KEYWORDS=""
27 fi