Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-mixer/
Date: Sat, 01 Sep 2018 14:25:50
Message-Id: 1535811577.31289b5584e72b3ee7345d8ae2698cb02af0f1a1.chewi@gentoo
1 commit: 31289b5584e72b3ee7345d8ae2698cb02af0f1a1
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 14:19:37 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 14:19:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31289b55
7
8 media-libs/sdl2-mixer: Add ~arm keyword
9
10 Tested against games-simulation/corsix-th.
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
18 index 64a577a1f63..93edebb30a0 100644
19 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
20 +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz"
22
23 LICENSE="ZLIB"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~hppa ~x86"
26 +KEYWORDS="~amd64 ~arm ~hppa ~x86"
27 IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg static-libs timidity tremor vorbis +wav"
28 REQUIRED_USE="
29 midi? ( || ( timidity fluidsynth ) )