diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-09-01 15:09:35 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-09-01 15:09:35 +0100 |
commit | e64c6e1febda8d89c44446221979a28d8418648d (patch) | |
tree | 9b19359e8d675aad266cb5d9745013bf2e3bef6d /media-libs/smpeg2 | |
parent | net-misc/chrony: Stable for AMD64 HPPA x86 too. (diff) | |
download | gentoo-e64c6e1febda8d89c44446221979a28d8418648d.tar.gz gentoo-e64c6e1febda8d89c44446221979a28d8418648d.tar.bz2 gentoo-e64c6e1febda8d89c44446221979a28d8418648d.zip |
media-libs/smpeg2: Add ~arm keyword
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-libs/smpeg2')
-rw-r--r-- | media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild index ed6616eae337..868cb7a0125b 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug cpu_flags_x86_mmx static-libs" DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]" |