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/codec2/
Date: Sat, 24 Nov 2018 12:33:50
Message-Id: 1543062811.dd558bb27c22ffcb2ffa8451a7da192578ce2075.slyfox@gentoo
1 commit: dd558bb27c22ffcb2ffa8451a7da192578ce2075
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 24 11:38:55 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 24 12:33:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd558bb2
7
8 media-libs/codec2: keyworded 0.8.1 for ppc, bug #653676
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 media-libs/codec2/codec2-0.8.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/codec2/codec2-0.8.1.ebuild b/media-libs/codec2/codec2-0.8.1.ebuild
19 index 07c6f859762..97c56bf0c72 100644
20 --- a/media-libs/codec2/codec2-0.8.1.ebuild
21 +++ b/media-libs/codec2/codec2-0.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,7 @@ SRC_URI="https://hobbes1069.fedorapeople.org/freetel/codec2/${P}.tar.xz"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86"
33 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
34 IUSE="examples"
35
36 DEPEND=""