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 2A41E138334 for ; Wed, 19 Sep 2018 18:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E3DE0950; Wed, 19 Sep 2018 18:35:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B45BFE094B for ; Wed, 19 Sep 2018 18:35:09 +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 99606335CF3 for ; Wed, 19 Sep 2018 18:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFBDE3E9 for ; Wed, 19 Sep 2018 18:35:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537382093.b9b5d1c1360f8612a92c77d1ca8b652cec38854f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwpd/libwpd-0.10.2.ebuild X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b9b5d1c1360f8612a92c77d1ca8b652cec38854f X-VCS-Branch: master Date: Wed, 19 Sep 2018 18:35:04 +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: b309ce6f-9495-4c46-a705-984622e386bf X-Archives-Hash: f8a52d5ef5388fa6edef7d96527068d7 commit: b9b5d1c1360f8612a92c77d1ca8b652cec38854f Author: Matt Turner gentoo org> AuthorDate: Wed Sep 19 18:34:05 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 19 18:34:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b5d1c1 app-text/libwpd-0.10.2: added ~ppc64, bug 664414 app-text/libwpd/libwpd-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libwpd/libwpd-0.10.2.ebuild b/app-text/libwpd/libwpd-0.10.2.ebuild index 72fe00dc568..4e53191397c 100644 --- a/app-text/libwpd/libwpd-0.10.2.ebuild +++ b/app-text/libwpd/libwpd-0.10.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.10" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 x86 ~x86-fbsd" IUSE="doc +tools" RDEPEND="dev-libs/librevenge"