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 81FDD1395E2 for ; Sun, 4 Dec 2016 11:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467ACE08B2; Sun, 4 Dec 2016 11:50:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AF30E0879 for ; Sun, 4 Dec 2016 11:50:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20FC434125C for ; Sun, 4 Dec 2016 11:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305F324BB for ; Sun, 4 Dec 2016 11:50:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480850153.d1d2d7c5307083aa500b5c9bfe83fc7d2ea5f7ec.pacho@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.1.ebuild X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d1d2d7c5307083aa500b5c9bfe83fc7d2ea5f7ec X-VCS-Branch: master Date: Sun, 4 Dec 2016 11:50:38 +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: 14442f62-b16b-4933-a2e5-9d8c1fe3395a X-Archives-Hash: 0dd0bf49ca4d6fa04f50d29c6aa1d34e commit: d1d2d7c5307083aa500b5c9bfe83fc7d2ea5f7ec Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 4 11:15:53 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 4 11:15:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d2d7c5 app-text/libwpd: amd64/x86 stable, bug #598509 Package-Manager: portage-2.3.2 app-text/libwpd/libwpd-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libwpd/libwpd-0.10.1.ebuild b/app-text/libwpd/libwpd-0.10.1.ebuild index 2a49ff1..43b6109 100644 --- a/app-text/libwpd/libwpd-0.10.1.ebuild +++ b/app-text/libwpd/libwpd-0.10.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86 ~x86-fbsd" IUSE="doc +tools" COMMON_DEPEND="dev-libs/librevenge"