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/mpg123/
Date: Tue, 08 May 2018 18:43:32
Message-Id: 1525804959.557a30063403e2ace8592cb4fe29a4af6f37ceca.slyfox@gentoo
1 commit: 557a30063403e2ace8592cb4fe29a4af6f37ceca
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue May 8 18:18:17 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 18:42:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557a3006
7
8 media-sound/mpg123: stable 1.25.6 for sparc
9
10 Bug: https://bugs.gentoo.org/631604
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 RepoMan-Options: --include-arches="sparc"
13
14 media-sound/mpg123/mpg123-1.25.6.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/mpg123/mpg123-1.25.6.ebuild b/media-sound/mpg123/mpg123-1.25.6.ebuild
18 index 3de21c6e036..39a7bcfda21 100644
19 --- a/media-sound/mpg123/mpg123-1.25.6.ebuild
20 +++ b/media-sound/mpg123/mpg123-1.25.6.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2"
28
29 LICENSE="GPL-2 LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
32 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
33 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse"
34
35 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.