Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/
Date: Sat, 27 Apr 2019 16:26:00
Message-Id: 1556382332.83fad5a1b6515e2e8868d5b71ab1b3e6a195a589.slyfox@gentoo
1 commit: 83fad5a1b6515e2e8868d5b71ab1b3e6a195a589
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 16:21:54 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 16:25:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fad5a1
7
8 media-sound/cmus: stable 2.8.0 for ppc64, bug #684204
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 media-sound/cmus/cmus-2.8.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/cmus/cmus-2.8.0.ebuild b/media-sound/cmus/cmus-2.8.0.ebuild
18 index 7ad9b48909d..eeff9244110 100644
19 --- a/media-sound/cmus/cmus-2.8.0.ebuild
20 +++ b/media-sound/cmus/cmus-2.8.0.ebuild
21 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/cmus/cmus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
26 + KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
27 fi
28
29 DESCRIPTION="Ncurses based music player with plugin support for many formats"