Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pjproject/
Date: Sat, 06 Oct 2018 18:40:23
Message-Id: 1538851206.76a17d969620701dae6caa9e77cccaf5f51695fc.slyfox@gentoo
1 commit: 76a17d969620701dae6caa9e77cccaf5f51695fc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 18:37:45 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 18:40:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a17d96
7
8 net-libs/pjproject: keyworded 2.7.2 for ppc, bug #658732
9
10 Tested-by: ernsteiswuerfel
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 RepoMan-Options: --include-arches="ppc"
14
15 net-libs/pjproject/pjproject-2.7.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/pjproject/pjproject-2.7.2.ebuild b/net-libs/pjproject/pjproject-2.7.2.ebuild
19 index 8f9962b2e27..2b77f3de1c3 100644
20 --- a/net-libs/pjproject/pjproject-2.7.2.ebuild
21 +++ b/net-libs/pjproject/pjproject-2.7.2.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 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic
29 DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
30 HOMEPAGE="http://www.pjsip.org/"
31 SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~ppc ~x86"
34
35 LICENSE="GPL-2"
36 SLOT="0"