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/libffado/
Date: Mon, 11 Feb 2019 22:32:37
Message-Id: 1549924348.13a56c540c5e0399d181badda91b304dc6c88961.slyfox@gentoo
1 commit: 13a56c540c5e0399d181badda91b304dc6c88961
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 22:32:17 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 22:32:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a56c54
7
8 media-libs/libffado: keyworded 2.4.1 for ppc, bug #677640
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 media-libs/libffado/libffado-2.4.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libffado/libffado-2.4.1.ebuild b/media-libs/libffado/libffado-2.4.1.ebuild
18 index a9c3d2c6e17..d987a24a646 100644
19 --- a/media-libs/libffado/libffado-2.4.1.ebuild
20 +++ b/media-libs/libffado/libffado-2.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -15,7 +15,7 @@ if [[ "${PV}" = "9999" ]]; then
28 ESVN_REPO_URI="http://subversion.ffado.org/ffado/trunk/${PN}"
29 else
30 SRC_URI="http://www.ffado.org/files/${P}.tgz"
31 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
32 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
33 fi
34
35 LICENSE="GPL-2 GPL-3"