diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-04-04 13:19:18 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-04 12:35:06 +0100 |
commit | 30a3d5d7bd2f41c9b1619213ef8eb809626090eb (patch) | |
tree | d529a5e225641b6a8adb80baaeb7bddc2a757c68 /media-sound | |
parent | toolchain.eclass: add support to ada during compile (diff) | |
download | gentoo-30a3d5d7bd2f41c9b1619213ef8eb809626090eb.tar.gz gentoo-30a3d5d7bd2f41c9b1619213ef8eb809626090eb.tar.bz2 gentoo-30a3d5d7bd2f41c9b1619213ef8eb809626090eb.zip |
media-sound/cmus: stable 2.8.0 for sparc, bug #684204
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cmus/cmus-2.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/cmus/cmus-2.8.0.ebuild b/media-sound/cmus/cmus-2.8.0.ebuild index b2f1d90d8cc0..f16a68ffb6de 100644 --- a/media-sound/cmus/cmus-2.8.0.ebuild +++ b/media-sound/cmus/cmus-2.8.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/cmus/cmus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" + KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" fi DESCRIPTION="Ncurses based music player with plugin support for many formats" |