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 5AF2D138334 for ; Sun, 17 Feb 2019 15:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B249E0AD6; Sun, 17 Feb 2019 15:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 51AB6E0AD6 for ; Sun, 17 Feb 2019 15:33:32 +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 4247A335D12 for ; Sun, 17 Feb 2019 15:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA3F560 for ; Sun, 17 Feb 2019 15:33:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550417554.a675b16aa4784e88bac6f76c23ad7e07f1fbdf57.zlogene@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.3.ebuild X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a675b16aa4784e88bac6f76c23ad7e07f1fbdf57 X-VCS-Branch: master Date: Sun, 17 Feb 2019 15:33:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aef2c62-99b3-42a4-8701-6e040a97324a X-Archives-Hash: d9267d4a80d2008a91006262d4f88eac commit: a675b16aa4784e88bac6f76c23ad7e07f1fbdf57 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 15:32:34 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 15:32:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a675b16a app-text/libwpd: amd64 stable wrt bug #676956 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" app-text/libwpd/libwpd-0.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libwpd/libwpd-0.10.3.ebuild b/app-text/libwpd/libwpd-0.10.3.ebuild index 469e0bc7eba..275891e4631 100644 --- a/app-text/libwpd/libwpd-0.10.3.ebuild +++ b/app-text/libwpd/libwpd-0.10.3.ebuild @@ -9,7 +9,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 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~x86-fbsd" IUSE="doc +tools" RDEPEND="dev-libs/librevenge"