From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6AC7139695 for ; Wed, 26 Jul 2017 08:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CADDE1FC046; Wed, 26 Jul 2017 08:20:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC53A1FC046 for ; Wed, 26 Jul 2017 08:20:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B42C434176B for ; Wed, 26 Jul 2017 08:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6909A74B8 for ; Wed, 26 Jul 2017 08:20:05 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1501057192.913ff1b07359418c9631640588da861e6725c9e0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librevenge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librevenge/librevenge-0.0.4-r1.ebuild X-VCS-Directories: dev-libs/librevenge/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 913ff1b07359418c9631640588da861e6725c9e0 X-VCS-Branch: master Date: Wed, 26 Jul 2017 08:20:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b27ba385-a2e5-42d3-a1e9-6aef5f23ac7b X-Archives-Hash: 3185d13a15d33abfe7c71d33f9624f49 commit: 913ff1b07359418c9631640588da861e6725c9e0 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jul 26 08:16:59 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 26 08:19:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913ff1b0 dev-libs/librevenge: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel) Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" dev-libs/librevenge/librevenge-0.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild index 8ffd55162a2..f9c8c60e1a9 100644 --- a/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild +++ b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 autotools else SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc64 x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd" fi LICENSE="|| ( MPL-2.0 LGPL-2.1 )"