Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
Date: Sun, 01 Apr 2018 11:08:06
Message-Id: 1522580868.ec1d399f2a20d01b081e6d33b7b40b649a356758.slyfox@gentoo
1 commit: ec1d399f2a20d01b081e6d33b7b40b649a356758
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Apr 1 08:34:46 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 11:07:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1d399f
7
8 media-libs/libilbc: keyworded 2.0.2 for sparc, bug #574786
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="sparc"
12
13 media-libs/libilbc/libilbc-2.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
17 index f132e82b28c..e71021ba2c6 100644
18 --- a/media-libs/libilbc/libilbc-2.0.2.ebuild
19 +++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then
27 SRC_URI=""
28 else
29 SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2"
30 - KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
31 + KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86"
32 fi
33
34 inherit eutils multilib ${SCM} autotools-multilib