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/smpeg2/
Date: Sat, 01 Sep 2018 14:25:51
Message-Id: 1535810975.e64c6e1febda8d89c44446221979a28d8418648d.chewi@gentoo
1 commit: e64c6e1febda8d89c44446221979a28d8418648d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 14:09:35 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 14:09:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64c6e1f
7
8 media-libs/smpeg2: Add ~arm keyword
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild
16 index ed6616eae33..868cb7a0125 100644
17 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild
18 +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${MY_P}.tar.bz2"
26
27 LICENSE="LGPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 x86"
30 +KEYWORDS="amd64 ~arm x86"
31 IUSE="debug cpu_flags_x86_mmx static-libs"
32
33 DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"