Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/codec2/
Date: Sat, 14 Sep 2019 05:03:15
Message-Id: 1568437375.6e9fe0bd2cd77ee2a80ec1167c71c38f1d5d1b77.mattst88@gentoo
1 commit: 6e9fe0bd2cd77ee2a80ec1167c71c38f1d5d1b77
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 05:02:55 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 05:02:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9fe0bd
7
8 media-libs/codec2-0.8.1: add ~sparc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/codec2/codec2-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/codec2/codec2-0.8.1.ebuild b/media-libs/codec2/codec2-0.8.1.ebuild
16 index 91ab050c004..dc8b9ab8647 100644
17 --- a/media-libs/codec2/codec2-0.8.1.ebuild
18 +++ b/media-libs/codec2/codec2-0.8.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://hobbes1069.fedorapeople.org/freetel/codec2/${P}.tar.xz"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
25 IUSE="examples"
26
27 PATCHES=( "${FILESDIR}/${P}-unused-deps.patch" )