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 4D45E1396D0 for ; Wed, 27 Sep 2017 10:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A5F2BC008; Wed, 27 Sep 2017 10:19:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 65CA32BC008 for ; Wed, 27 Sep 2017 10:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E62B33BF44 for ; Wed, 27 Sep 2017 10:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D47719083 for ; Wed, 27 Sep 2017 10:19:14 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1506507538.022e116cf9c588309b238c3c5413b64fd3b1f5e9.mrueg@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-r1.ebuild X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 022e116cf9c588309b238c3c5413b64fd3b1f5e9 X-VCS-Branch: master Date: Wed, 27 Sep 2017 10:19:14 +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: 8465e2bb-ce80-44a5-81e3-745b07efd165 X-Archives-Hash: cea2fb1d0e5e5221745c53fcf9175773 commit: 022e116cf9c588309b238c3c5413b64fd3b1f5e9 Author: Manuel Rüger gentoo org> AuthorDate: Wed Sep 27 10:18:58 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Sep 27 10:18:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022e116c app-text/libwpd: amd64 stable Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-text/libwpd/libwpd-0.10.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libwpd/libwpd-0.10.1-r1.ebuild b/app-text/libwpd/libwpd-0.10.1-r1.ebuild index 62f8a7d31f2..08e0c13f3ff 100644 --- a/app-text/libwpd/libwpd-0.10.1-r1.ebuild +++ b/app-text/libwpd/libwpd-0.10.1-r1.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 ~x86 ~x86-fbsd" IUSE="doc +tools" RDEPEND="dev-libs/librevenge"