diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 19:35:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-06 19:40:05 +0100 |
commit | 6f6f5bff9191ead9777b3c14d02078fbbe6cd91e (patch) | |
tree | 9e26d51d95680eb1a165efa352f71329dca0643d /net-libs/pjproject | |
parent | www-client/epiphany: security cleanup (diff) | |
download | gentoo-6f6f5bff9191ead9777b3c14d02078fbbe6cd91e.tar.gz gentoo-6f6f5bff9191ead9777b3c14d02078fbbe6cd91e.tar.bz2 gentoo-6f6f5bff9191ead9777b3c14d02078fbbe6cd91e.zip |
net-libs/pjproject: keyworded 2.7.1 for ppc, bug #658732
Tested-by: ernsteiswuerfel
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'net-libs/pjproject')
-rw-r--r-- | net-libs/pjproject/pjproject-2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild b/net-libs/pjproject/pjproject-2.7.1.ebuild index c19d6042cf6d..b245f2b754bc 100644 --- a/net-libs/pjproject/pjproject-2.7.1.ebuild +++ b/net-libs/pjproject/pjproject-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" HOMEPAGE="http://www.pjsip.org/" SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" |