Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tremor/
Date: Wed, 21 Jun 2017 16:45:45
Message-Id: 1498063533.980058d6d1119d4710cef95f4c93d1b0bdc0d21c.aballier@gentoo
1 commit: 980058d6d1119d4710cef95f4c93d1b0bdc0d21c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 16:37:25 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 16:45:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980058d6
7
8 media-libs/tremor: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/tremor/tremor-0_pre20130223-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
16 index 6b722fbd9f7..e327ade5d5f 100644
17 --- a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
18 +++ b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
30 +KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
31 IUSE="low-accuracy static-libs"
32
33 RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]"