Gentoo Archives: gentoo-commits

From: Vladimir Smirnov <civil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
Date: Tue, 29 Mar 2016 23:13:52
Message-Id: 1459292464.5b5bd36fb04eefcef545d3f0cc7c6133e14971ee.civil@gentoo
1 commit: 5b5bd36fb04eefcef545d3f0cc7c6133e14971ee
2 Author: civil@g.o <civil.over <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 29 23:01:04 2016 +0000
4 Commit: Vladimir Smirnov <civil <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 23:01:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5bd36f
7
8 media-libs/libebur128: keyword for ~x86
9
10 Package-Manager: portage-2.2.28
11
12 media-libs/libebur128/libebur128-1.0.2.ebuild | 4 ++--
13 media-libs/libebur128/libebur128-1.0.3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild b/media-libs/libebur128/libebur128-1.0.2.ebuild
17 index 5c87eae..f5df6a0 100644
18 --- a/media-libs/libebur128/libebur128-1.0.2.ebuild
19 +++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE="+speex test"
33
34 RDEPEND="speex? ( media-libs/speex )"
35
36 diff --git a/media-libs/libebur128/libebur128-1.0.3.ebuild b/media-libs/libebur128/libebur128-1.0.3.ebuild
37 index 5e02b13..60a7acf 100644
38 --- a/media-libs/libebur128/libebur128-1.0.3.ebuild
39 +++ b/media-libs/libebur128/libebur128-1.0.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
47
48 LICENSE="MIT"
49 SLOT="0/1"
50 -KEYWORDS="~amd64"
51 +KEYWORDS="~amd64 ~x86"
52 IUSE="+speex static-libs test"
53
54 RDEPEND="speex? ( media-libs/speex[${MULTILIB_USEDEP}] )"